public interface NlsObject
converted
to an i18n-message
describing the object analog to its string
representation
.Modifier and Type | Field and Description |
---|---|
static String |
KEY_ANNOTATION
Key for the
argument "annotation". |
static String |
KEY_ARGUMENT
Key for the
argument "argument". |
static String |
KEY_CAPACITY
Key for the
argument "capacity". |
static String |
KEY_CONTAINER
Key for the
argument "container". |
static String |
KEY_DEFAULT
Key for the
argument "default". |
static String |
KEY_DIRECTORY
Key for the
argument "directory". |
static String |
KEY_ERROR
Key for the
argument "error". |
static String |
KEY_EXISTING
Key for the
argument "existing". |
static String |
KEY_EXPECTED
Key for the
argument "expected". |
static String |
KEY_FILE
Key for the
argument "file". |
static String |
KEY_FUNCTION
Key for the
argument "function". |
static String |
KEY_ID
Key for the
argument "id". |
static String |
KEY_KEY
Key for the
argument "key". |
static String |
KEY_LOCATION
Key for the
argument "location". |
static String |
KEY_MAX
Key for the
argument "max". |
static String |
KEY_MIN
Key for the
argument "min". |
static String |
KEY_MODE
Key for the
argument "mode". |
static String |
KEY_NAME
Key for the
argument "name". |
static String |
KEY_OBJECT
Key for the
argument "object". |
static String |
KEY_OPERAND
Key for the
argument "operand". |
static String |
KEY_OPERATION
Key for the
argument "operation". |
static String |
KEY_OPTION
Key for the
argument "option". |
static String |
KEY_PATH
Key for the
argument "path". |
static String |
KEY_PROPERTY
Key for the
argument "property". |
static String |
KEY_QUERY
Key for the
argument "query". |
static String |
KEY_RESOURCE
Key for the
argument "resource". |
static String |
KEY_SIZE
Key for the
argument "size". |
static String |
KEY_SOURCE
Key for the
argument "source". |
static String |
KEY_TARGET_TYPE
Key for the
argument "targetType". |
static String |
KEY_TITLE
Key for the
argument "title". |
static String |
KEY_TYPE
Key for the
argument "type". |
static String |
KEY_URI
Key for the
argument "uri". |
static String |
KEY_USER
Key for the
argument "user". |
static String |
KEY_VALUE
Key for the
argument "value". |
Modifier and Type | Method and Description |
---|---|
NlsMessage |
toNlsMessage()
This method is the equivalent to
Object.toString() with native language support. |
static final String KEY_OBJECT
argument
"object".static final String KEY_KEY
argument
"key".static final String KEY_ID
argument
"id".static final String KEY_VALUE
argument
"value".static final String KEY_TYPE
argument
"type".static final String KEY_SOURCE
argument
"source".static final String KEY_MIN
argument
"min".static final String KEY_MAX
argument
"max".static final String KEY_RESOURCE
argument
"resource".static final String KEY_SIZE
argument
"size".static final String KEY_CAPACITY
argument
"capacity".static final String KEY_PROPERTY
argument
"property".static final String KEY_PATH
argument
"path".static final String KEY_NAME
argument
"name".static final String KEY_OPTION
argument
"option".static final String KEY_MODE
argument
"mode".static final String KEY_FILE
argument
"file".static final String KEY_DIRECTORY
argument
"directory".static final String KEY_OPERAND
argument
"operand".static final String KEY_DEFAULT
argument
"default".static final String KEY_ARGUMENT
argument
"argument".static final String KEY_FUNCTION
argument
"function".static final String KEY_OPERATION
argument
"operation".static final String KEY_TARGET_TYPE
argument
"targetType".static final String KEY_ANNOTATION
argument
"annotation".static final String KEY_LOCATION
argument
"location".static final String KEY_QUERY
argument
"query".static final String KEY_URI
argument
"uri".static final String KEY_TITLE
argument
"title".static final String KEY_ERROR
argument
"error".static final String KEY_USER
argument
"user".static final String KEY_EXISTING
argument
"existing".static final String KEY_EXPECTED
argument
"expected".static final String KEY_CONTAINER
argument
"container".NlsMessage toNlsMessage()
Object.toString()
with native language support.Copyright © 2001–2016 mmm-Team. All rights reserved.