com.ibm.websphere.management.configservice
Class SystemAttributes
- java.lang.Object
com.ibm.websphere.management.configservice.SystemAttributes
- public class SystemAttributes
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
_ATTRIBUTE_METAINFO_DEFAULT_VALUE
the default value for the attribute.
|
|
_ATTRIBUTE_METAINFO_DEPRECATED
a constant that when the attribute is removed (ie: is valid before a version X)
|
|
_ATTRIBUTE_METAINFO_ENUM_INFO
a list of enumeration tags that are valid for the attribute if the type of the attribute is Enum.
|
|
_ATTRIBUTE_METAINFO_ENUM_TYPE
a constant that defines attribute Enum type.
|
|
_ATTRIBUTE_METAINFO_IS_COLLECTION
if the attribute is collection.
|
|
_ATTRIBUTE_METAINFO_IS_OBJECT
if the attribute is nested config data type.
|
|
_ATTRIBUTE_METAINFO_IS_REFERENCE
if the attribute is reference.
|
|
_ATTRIBUTE_METAINFO_IS_REQUIRED
if the attribute is a required attribute.
|
|
_ATTRIBUTE_METAINFO_NAME
attribute name.
|
|
_ATTRIBUTE_METAINFO_REMOVED
a constant that when the attribute is removed (ie: is valid before a version X)
|
|
_ATTRIBUTE_METAINFO_START
a constant that when the attribute starts (ie: is valid since version X)
|
|
_ATTRIBUTE_METAINFO_SUBTYPES
a list of types that may the sub type of the base type..
|
|
_ATTRIBUTE_METAINFO_TYPE
type of the attribute value.
|
|
_WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
the name of a config data.
|
|
_WEBSPHERE_CONFIG_DATA_ID
identifier of a config data.
|
|
_WEBSPHERE_CONFIG_DATA_TEMPLATE
the template of a config data
|
|
_WEBSPHERE_CONFIG_DATA_TYPE
type of the config data.
|
|
_WEBSPHERE_CONFIG_DATA_VERSION
version of the attribute.
|
Constructor Summary
Constructor and Description |
---|
SystemAttributes()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isAttributeMetaInfo(java.lang.String attrName)
Tests if the attribute name is reserved as a meta info attribute name.
|
|
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
_WEBSPHERE_CONFIG_DATA_VERSION
- public static final java.lang.String _WEBSPHERE_CONFIG_DATA_VERSION
version of the attribute.
See Also:
_WEBSPHERE_CONFIG_DATA_TYPE
- public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TYPE
type of the config data.
See Also:
_WEBSPHERE_CONFIG_DATA_ID
- public static final java.lang.String _WEBSPHERE_CONFIG_DATA_ID
identifier of a config data.
See Also:
_WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
- public static final java.lang.String _WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
the name of a config data.
See Also:
_WEBSPHERE_CONFIG_DATA_TEMPLATE
- public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TEMPLATE
the template of a config data
See Also:
_ATTRIBUTE_METAINFO_NAME
- public static final java.lang.String _ATTRIBUTE_METAINFO_NAME
attribute name.
See Also:
_ATTRIBUTE_METAINFO_TYPE
- public static final java.lang.String _ATTRIBUTE_METAINFO_TYPE
type of the attribute value. If the attribute value
is a collection type, then this is the base type of element in the collection.
See Also:
_ATTRIBUTE_METAINFO_SUBTYPES
- public static final java.lang.String _ATTRIBUTE_METAINFO_SUBTYPES
a list of types that may the sub type of the base type..
See Also:
_ATTRIBUTE_METAINFO_IS_REQUIRED
- public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REQUIRED
if the attribute is a required attribute.
See Also:
_ATTRIBUTE_METAINFO_DEFAULT_VALUE
- public static final java.lang.String _ATTRIBUTE_METAINFO_DEFAULT_VALUE
the default value for the attribute.
See Also:
_ATTRIBUTE_METAINFO_IS_OBJECT
- public static final java.lang.String _ATTRIBUTE_METAINFO_IS_OBJECT
if the attribute is nested config data type.
See Also:
_ATTRIBUTE_METAINFO_IS_REFERENCE
- public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REFERENCE
if the attribute is reference.
See Also:
_ATTRIBUTE_METAINFO_IS_COLLECTION
- public static final java.lang.String _ATTRIBUTE_METAINFO_IS_COLLECTION
if the attribute is collection.
See Also:
_ATTRIBUTE_METAINFO_ENUM_INFO
- public static final 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.
See Also:
_ATTRIBUTE_METAINFO_ENUM_TYPE
- public static final java.lang.String _ATTRIBUTE_METAINFO_ENUM_TYPE
a constant that defines attribute Enum type.
See Also:
_ATTRIBUTE_METAINFO_START
- public static final java.lang.String _ATTRIBUTE_METAINFO_START
a constant that when the attribute starts (ie: is valid since version X)
See Also:
_ATTRIBUTE_METAINFO_REMOVED
- public static final java.lang.String _ATTRIBUTE_METAINFO_REMOVED
a constant that when the attribute is removed (ie: is valid before a version X)
See Also:
_ATTRIBUTE_METAINFO_DEPRECATED
- public static final java.lang.String _ATTRIBUTE_METAINFO_DEPRECATED
a constant that when the attribute is removed (ie: is valid before a version X)
See Also:
Constructor Detail
SystemAttributes
- public SystemAttributes()
Method Detail
isSystemAttribute
- public static boolean isSystemAttribute( java.lang.String attrName)
Tests if the attribute name is reserved as a system attribute name.
Parameters:
attrName
- the attribute name. isAttributeMetaInfo
- public static boolean isAttributeMetaInfo( java.lang.String attrName)
Tests if the attribute name is reserved as a meta info attribute name.
Parameters:
attrName
- the attribute name.