@Taxonomy(stability=UNCOMMITTED) public final class AMXConfigConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AMX_CONFIG_READY_FEATURE
feature stating that the AMXConfig is ready for use after having been started.
|
static String |
CONFIG_CREATED_NOTIFICATION_TYPE
The type of the Notification emitted when a config element
is created.
|
static String |
CONFIG_OBJECT_NAME_KEY
The key within the Notification's Map of type
CONFIG_REMOVED_NOTIFICATION_TYPE which yields the ObjectName
of the created or removed config.
|
static String |
CONFIG_REMOVED_NOTIFICATION_TYPE
The type of the Notification emitted when a config element
is removed.
|
static String |
DESC_ANNOTATION_PREFIX
prefix for all Descriptor fields for config
|
static String |
DESC_CONFIG_PREFIX
prefix for all Descriptor fields for config
|
static String |
DESC_DATA_TYPE
Descriptor: classname of data type (@Attribute only)
|
static String |
DESC_DEFAULT_VALUE
Descriptor: default value, omitted if none
|
static String |
DESC_ELEMENT_CLASS
Descriptor: class of items in an @Element collection (fully-qualified class name)
|
static String |
DESC_KEY
Descriptor: true | false: whether this is the primary key (name)
|
static String |
DESC_KIND
Descriptor: annotation type (full classname): HK2 @Attribute, @Element, @DuckTyped
|
static String |
DESC_MAX
Descriptor: maximum value, as a String
|
static String |
DESC_MIN
Descriptor: minimum value, as a String
|
static String |
DESC_NOT_NULL
Descriptor: true | false whether this field is required to be non-null
|
static String |
DESC_PATTERN_REGEX
Descriptor: true | false whether variable expansion should be supplied
|
static String |
DESC_REFERENCE
Descriptor: true | false whether this is a reference to another element
|
static String |
DESC_REQUIRED
Descriptor: true | false if this is required (implied if 'key')
|
static String |
DESC_UNITS
Descriptor: units of attribute quantities
|
static String |
DESC_VARIABLE_EXPANSION
Descriptor: true | false whether variable expansion should be supplied
|
static String |
DESC_XML_NAME
Descriptor: the xml name as found in domain.xml
|
public static final String DESC_CONFIG_PREFIX
public static final String DESC_ANNOTATION_PREFIX
public static final String DESC_KIND
public static final String DESC_ELEMENT_CLASS
public static final String DESC_XML_NAME
public static final String DESC_DATA_TYPE
public static final String DESC_DEFAULT_VALUE
public static final String DESC_KEY
public static final String DESC_REQUIRED
public static final String DESC_REFERENCE
public static final String DESC_VARIABLE_EXPANSION
public static final String DESC_NOT_NULL
public static final String DESC_UNITS
public static final String DESC_PATTERN_REGEX
public static final String DESC_MIN
public static final String DESC_MAX
public static final String CONFIG_CREATED_NOTIFICATION_TYPE
public static final String CONFIG_REMOVED_NOTIFICATION_TYPE
public static final String CONFIG_OBJECT_NAME_KEY
public static final String AMX_CONFIG_READY_FEATURE
Copyright © 2019. All rights reserved.