com.ibm.websphere.management.configservice
Class SystemAttributesjava.lang.Object | +--com.ibm.websphere.management.configservice.SystemAttributes
- public class SystemAttributes
- extends java.lang.Object
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_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_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 datastatic 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 _WEBSPHERE_CONFIG_DATA_VERSION
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_VERSION
- version of the attribute.
- See Also:
- Constant Field Values
_WEBSPHERE_CONFIG_DATA_TYPE
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TYPE
- type of the config data.
- See Also:
- Constant Field Values
_WEBSPHERE_CONFIG_DATA_ID
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_ID
- identifier of a config data.
- See Also:
- Constant Field Values
_WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
- the name of a config data.
- See Also:
- Constant Field Values
_WEBSPHERE_CONFIG_DATA_TEMPLATE
public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TEMPLATE
- the template of a config data
- See Also:
- Constant Field Values
_ATTRIBUTE_METAINFO_NAME
public static final java.lang.String _ATTRIBUTE_METAINFO_NAME
- attribute name.
- See Also:
- Constant Field Values
_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:
- Constant Field Values
_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:
- Constant Field Values
_ATTRIBUTE_METAINFO_IS_REQUIRED
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REQUIRED
- if the attribute is a required attribute.
- See Also:
- Constant Field Values
_ATTRIBUTE_METAINFO_DEFAULT_VALUE
public static final java.lang.String _ATTRIBUTE_METAINFO_DEFAULT_VALUE
- the default value for the attribute.
- See Also:
- Constant Field Values
_ATTRIBUTE_METAINFO_IS_OBJECT
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_OBJECT
- if the attribute is nested config data type.
- See Also:
- Constant Field Values
_ATTRIBUTE_METAINFO_IS_REFERENCE
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REFERENCE
- if the attribute is reference.
- See Also:
- Constant Field Values
_ATTRIBUTE_METAINFO_IS_COLLECTION
public static final java.lang.String _ATTRIBUTE_METAINFO_IS_COLLECTION
- if the attribute is collection.
- See Also:
- Constant Field Values
_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:
- Constant Field Values
_ATTRIBUTE_METAINFO_ENUM_TYPE
public static final java.lang.String _ATTRIBUTE_METAINFO_ENUM_TYPE
- a constant that defines attribute Enum type.
- See Also:
- Constant Field Values
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.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.