-
- All Known Subinterfaces:
NlsArguments
- All Known Implementing Classes:
NlsBundle
,NlsBundleCli
,NlsBundleException
,NlsBundleSync
,NlsBundleValidation
public interface NlsArgumentsKeys
DefinesKEY_*
constants forNlsArguments
.- See Also:
NlsArguments
,NlsMessage
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEY_ANNOTATION
Key for theargument
"annotation".static String
KEY_ARGUMENT
Key for theargument
"argument".static String
KEY_CAPACITY
Key for theargument
"capacity".static String
KEY_CONTAINER
Key for theargument
"container".static String
KEY_DATE
Key for theargument
"date".static String
KEY_DEFAULT
Key for theargument
"default".static String
KEY_DIRECTORY
Key for theargument
"directory".static String
KEY_ERROR
Key for theargument
"error".static String
KEY_EXISTING
Key for theargument
"existing".static String
KEY_EXPECTED
Key for theargument
"expected".static String
KEY_FILE
Key for theargument
"file".static String
KEY_FORMAT
Key for theargument
"format".static String
KEY_FUNCTION
Key for theargument
"function".static String
KEY_ID
Key for theargument
"id".static String
KEY_KEY
Key for theargument
"key".static String
KEY_LOCATION
Key for theargument
"location".static String
KEY_MAX
Key for theargument
"max".static String
KEY_MIN
Key for theargument
"min".static String
KEY_MODE
Key for theargument
"mode".static String
KEY_NAME
Key for theargument
"name".static String
KEY_OBJECT
Key for theargument
"object".static String
KEY_OPERATION
Key for theargument
"operation".static String
KEY_OPTION
Key for theargument
"option".static String
KEY_PATH
Key for theargument
"path".static String
KEY_PROPERTY
Key for theargument
"property".static String
KEY_QUERY
Key for theargument
"query".static String
KEY_RESOURCE
Key for theargument
"resource".static String
KEY_SIZE
Key for theargument
"size".static String
KEY_SOURCE
Key for theargument
"source".static String
KEY_TARGET_TYPE
Key for theargument
"targetType".static String
KEY_TITLE
Key for theargument
"title".static String
KEY_TYPE
Key for theargument
"type".static String
KEY_URI
Key for theargument
"uri".static String
KEY_USER
Key for theargument
"user".static String
KEY_VALUE
Key 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
-
-