public class SystemAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_ATTRIBUTE_METAINFO_DEFAULT_VALUE
the default value for the attribute.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_DEPRECATED
a constant that when the attribute is removed (ie: is valid before a version X)
|
static java.lang.String |
_ATTRIBUTE_METAINFO_ENUM_INFO
a list of enumeration tags that are valid for the attribute if the type of the attribute is Enum.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_ENUM_TYPE
a constant that defines attribute Enum type.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_IS_COLLECTION
if the attribute is collection.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_IS_OBJECT
if the attribute is nested config data type.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_IS_REFERENCE
if the attribute is reference.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_IS_REQUIRED
if the attribute is a required attribute.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_NAME
attribute name.
|
static java.lang.String |
_ATTRIBUTE_METAINFO_REMOVED
a constant that when the attribute is removed (ie: is valid before a version X)
|
static java.lang.String |
_ATTRIBUTE_METAINFO_START
a constant that when the attribute starts (ie: is valid since version X)
|
static java.lang.String |
_ATTRIBUTE_METAINFO_SUBTYPES
a list of types that may the sub type of the base type..
|
static java.lang.String |
_ATTRIBUTE_METAINFO_TYPE
type of the attribute value.
|
static java.lang.String |
_WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
the name of a config data.
|
static java.lang.String |
_WEBSPHERE_CONFIG_DATA_ID
identifier of a config data.
|
static java.lang.String |
_WEBSPHERE_CONFIG_DATA_TEMPLATE
the template of a config data
|
static java.lang.String |
_WEBSPHERE_CONFIG_DATA_TYPE
type of the config data.
|
static java.lang.String |
_WEBSPHERE_CONFIG_DATA_VERSION
version of the attribute.
|
Constructor and Description |
---|
SystemAttributes() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAttributeMetaInfo(java.lang.String attrName)
Tests if the attribute name is reserved as a meta info attribute name.
|
static boolean |
isSystemAttribute(java.lang.String attrName)
Tests if the attribute name is reserved as a system attribute name.
|
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_VERSION
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TYPE
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_ID
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TEMPLATE
public static final java.lang.String _ATTRIBUTE_METAINFO_NAME
public static final java.lang.String _ATTRIBUTE_METAINFO_TYPE
public static final java.lang.String _ATTRIBUTE_METAINFO_SUBTYPES
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REQUIRED
public static final java.lang.String _ATTRIBUTE_METAINFO_DEFAULT_VALUE
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_OBJECT
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REFERENCE
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_COLLECTION
public static final java.lang.String _ATTRIBUTE_METAINFO_ENUM_INFO
public static final java.lang.String _ATTRIBUTE_METAINFO_ENUM_TYPE
public static final java.lang.String _ATTRIBUTE_METAINFO_START
public static final java.lang.String _ATTRIBUTE_METAINFO_REMOVED
public static final java.lang.String _ATTRIBUTE_METAINFO_DEPRECATED
public static boolean isSystemAttribute(java.lang.String attrName)
attrName
- the attribute name.public static boolean isAttributeMetaInfo(java.lang.String attrName)
attrName
- the attribute name.