|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.configservice.SystemAttributes
public class SystemAttributes
This class defines constants for all the system attribute names.
Field Summary | |
---|---|
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 Summary | |
---|---|
SystemAttributes()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public SystemAttributes()
Method Detail |
---|
public static boolean isSystemAttribute(java.lang.String attrName)
attrName
- the attribute name.public static boolean isAttributeMetaInfo(java.lang.String attrName)
attrName
- the attribute name.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |