com.sap.tc.logging.tools.lv
Class LVActionConstants

java.lang.Object
  |
  +--com.sap.tc.logging.tools.lv.LVActionConstants
Direct Known Subclasses:
LVOptions

public class LVActionConstants
extends java.lang.Object

Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG. Walldorf, Germany All rights reserved. This software is the confidential and proprietary information of SAP AG. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SAP AG.

Version:
$Id:$

Field Summary
static int ACTION_HELP
           
static int ACTION_READ_FILE_PATH
           
static int ACTION_UNKNOWN
           
static int ACTION_VERSION
           
 
Constructor Summary
LVActionConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_UNKNOWN

public static final int ACTION_UNKNOWN

ACTION_VERSION

public static final int ACTION_VERSION

ACTION_HELP

public static final int ACTION_HELP

ACTION_READ_FILE_PATH

public static final int ACTION_READ_FILE_PATH
Constructor Detail

LVActionConstants

public LVActionConstants()