Interface CLIConstants
-
public interface CLIConstants- Author:
- Jagadish Ramu
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCLIConstants.AORstatic interfaceCLIConstants.CCPstatic interfaceCLIConstants.CRstatic interfaceCLIConstants.RACstatic interfaceCLIConstants.SMstatic interfaceCLIConstants.WSM
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONstatic StringDO_NOT_CREATE_RESOURCE_REFstatic StringENABLEDstatic StringIGNORE_DUPLICATEstatic StringOBJECT_TYPEstatic StringOPERANDstatic StringPROPERTYstatic StringTARGET
-
-
-
Field Detail
-
TARGET
static final String TARGET
- See Also:
- Constant Field Values
-
PROPERTY
static final String PROPERTY
- See Also:
- Constant Field Values
-
OPERAND
static final String OPERAND
- See Also:
- Constant Field Values
-
ENABLED
static final String ENABLED
- See Also:
- Constant Field Values
-
DESCRIPTION
static final String DESCRIPTION
- See Also:
- Constant Field Values
-
IGNORE_DUPLICATE
static final String IGNORE_DUPLICATE
- See Also:
- Constant Field Values
-
DO_NOT_CREATE_RESOURCE_REF
static final String DO_NOT_CREATE_RESOURCE_REF
- See Also:
- Constant Field Values
-
OBJECT_TYPE
static final String OBJECT_TYPE
- See Also:
- Constant Field Values
-
-