-
- All Known Subinterfaces:
NlsArguments
- All Known Implementing Classes:
NlsBundle,NlsBundleCli,NlsBundleException,NlsBundleSync,NlsBundleValidation
public interface NlsArgumentsKeysDefinesKEY_*constants forNlsArguments.- See Also:
NlsArguments,NlsMessage
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_ANNOTATIONKey for theargument"annotation".static StringKEY_ARGUMENTKey for theargument"argument".static StringKEY_CAPACITYKey for theargument"capacity".static StringKEY_CONTAINERKey for theargument"container".static StringKEY_DATEKey for theargument"date".static StringKEY_DEFAULTKey for theargument"default".static StringKEY_DIRECTORYKey for theargument"directory".static StringKEY_ERRORKey for theargument"error".static StringKEY_EXISTINGKey for theargument"existing".static StringKEY_EXPECTEDKey for theargument"expected".static StringKEY_FILEKey for theargument"file".static StringKEY_FORMATKey for theargument"format".static StringKEY_FUNCTIONKey for theargument"function".static StringKEY_IDKey for theargument"id".static StringKEY_KEYKey for theargument"key".static StringKEY_LOCATIONKey for theargument"location".static StringKEY_MAXKey for theargument"max".static StringKEY_MINKey for theargument"min".static StringKEY_MODEKey for theargument"mode".static StringKEY_NAMEKey for theargument"name".static StringKEY_OBJECTKey for theargument"object".static StringKEY_OPERATIONKey for theargument"operation".static StringKEY_OPTIONKey for theargument"option".static StringKEY_PATHKey for theargument"path".static StringKEY_PROPERTYKey for theargument"property".static StringKEY_QUERYKey for theargument"query".static StringKEY_RESOURCEKey for theargument"resource".static StringKEY_SIZEKey for theargument"size".static StringKEY_SOURCEKey for theargument"source".static StringKEY_TARGET_TYPEKey for theargument"targetType".static StringKEY_TITLEKey for theargument"title".static StringKEY_TYPEKey for theargument"type".static StringKEY_URIKey for theargument"uri".static StringKEY_USERKey for theargument"user".static StringKEY_VALUEKey for theargument"value".
-
-
-
Field Detail
-
KEY_OBJECT
static final String KEY_OBJECT
Key for theargument"object".- See Also:
- Constant Field Values
-
KEY_KEY
static final String KEY_KEY
Key for theargument"key".- See Also:
- Constant Field Values
-
KEY_ID
static final String KEY_ID
Key for theargument"id".- See Also:
- Constant Field Values
-
KEY_VALUE
static final String KEY_VALUE
Key for theargument"value".- See Also:
- Constant Field Values
-
KEY_TYPE
static final String KEY_TYPE
Key for theargument"type".- See Also:
- Constant Field Values
-
KEY_SOURCE
static final String KEY_SOURCE
Key for theargument"source".- See Also:
- Constant Field Values
-
KEY_MIN
static final String KEY_MIN
Key for theargument"min".- See Also:
- Constant Field Values
-
KEY_MAX
static final String KEY_MAX
Key for theargument"max".- See Also:
- Constant Field Values
-
KEY_RESOURCE
static final String KEY_RESOURCE
Key for theargument"resource".- See Also:
- Constant Field Values
-
KEY_SIZE
static final String KEY_SIZE
Key for theargument"size".- See Also:
- Constant Field Values
-
KEY_CAPACITY
static final String KEY_CAPACITY
Key for theargument"capacity".- See Also:
- Constant Field Values
-
KEY_PROPERTY
static final String KEY_PROPERTY
Key for theargument"property".- See Also:
- Constant Field Values
-
KEY_PATH
static final String KEY_PATH
Key for theargument"path".- See Also:
- Constant Field Values
-
KEY_NAME
static final String KEY_NAME
Key for theargument"name".- See Also:
- Constant Field Values
-
KEY_OPTION
static final String KEY_OPTION
Key for theargument"option".- See Also:
- Constant Field Values
-
KEY_MODE
static final String KEY_MODE
Key for theargument"mode".- See Also:
- Constant Field Values
-
KEY_FILE
static final String KEY_FILE
Key for theargument"file".- See Also:
- Constant Field Values
-
KEY_DIRECTORY
static final String KEY_DIRECTORY
Key for theargument"directory".- See Also:
- Constant Field Values
-
KEY_DEFAULT
static final String KEY_DEFAULT
Key for theargument"default".- See Also:
- Constant Field Values
-
KEY_DATE
static final String KEY_DATE
Key for theargument"date".- See Also:
- Constant Field Values
-
KEY_ARGUMENT
static final String KEY_ARGUMENT
Key for theargument"argument".- See Also:
- Constant Field Values
-
KEY_FUNCTION
static final String KEY_FUNCTION
Key for theargument"function".- See Also:
- Constant Field Values
-
KEY_OPERATION
static final String KEY_OPERATION
Key for theargument"operation".- See Also:
- Constant Field Values
-
KEY_TARGET_TYPE
static final String KEY_TARGET_TYPE
Key for theargument"targetType".- See Also:
- Constant Field Values
-
KEY_ANNOTATION
static final String KEY_ANNOTATION
Key for theargument"annotation".- See Also:
- Constant Field Values
-
KEY_LOCATION
static final String KEY_LOCATION
Key for theargument"location".- See Also:
- Constant Field Values
-
KEY_QUERY
static final String KEY_QUERY
Key for theargument"query".- See Also:
- Constant Field Values
-
KEY_URI
static final String KEY_URI
Key for theargument"uri".- See Also:
- Constant Field Values
-
KEY_TITLE
static final String KEY_TITLE
Key for theargument"title".- See Also:
- Constant Field Values
-
KEY_ERROR
static final String KEY_ERROR
Key for theargument"error".- See Also:
- Constant Field Values
-
KEY_USER
static final String KEY_USER
Key for theargument"user".- See Also:
- Constant Field Values
-
KEY_EXISTING
static final String KEY_EXISTING
Key for theargument"existing".- See Also:
- Constant Field Values
-
KEY_EXPECTED
static final String KEY_EXPECTED
Key for theargument"expected".- See Also:
- Constant Field Values
-
KEY_CONTAINER
static final String KEY_CONTAINER
Key for theargument"container".- See Also:
- Constant Field Values
-
KEY_FORMAT
static final String KEY_FORMAT
Key for theargument"format".- See Also:
- Constant Field Values
-
-