com.ibm.websphere.management.configservice

Class SystemAttributes

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.configservice.SystemAttributes

  1. public class SystemAttributes
  2. extends java.lang.Object
This class defines constants for all the system attribute names.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_DEFAULT_VALUE
the default value for the attribute.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_DEPRECATED
a constant that when the attribute is removed (ie: is valid before a version X)
  1. static
  2. 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.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_ENUM_TYPE
a constant that defines attribute Enum type.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_IS_COLLECTION
if the attribute is collection.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_IS_OBJECT
if the attribute is nested config data type.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_IS_REFERENCE
if the attribute is reference.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_IS_REQUIRED
if the attribute is a required attribute.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_NAME
attribute name.
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_REMOVED
a constant that when the attribute is removed (ie: is valid before a version X)
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_START
a constant that when the attribute starts (ie: is valid since version X)
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_SUBTYPES
a list of types that may the sub type of the base type..
  1. static
  2. java.lang.String
_ATTRIBUTE_METAINFO_TYPE
type of the attribute value.
  1. static
  2. java.lang.String
_WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
the name of a config data.
  1. static
  2. java.lang.String
_WEBSPHERE_CONFIG_DATA_ID
identifier of a config data.
  1. static
  2. java.lang.String
_WEBSPHERE_CONFIG_DATA_TEMPLATE
the template of a config data
  1. static
  2. java.lang.String
_WEBSPHERE_CONFIG_DATA_TYPE
type of the config data.
  1. static
  2. java.lang.String
_WEBSPHERE_CONFIG_DATA_VERSION
version of the attribute.

Constructor Summary

Constructor and Description
SystemAttributes()

Method Summary

Modifier and Type Method and Description
  1. static
  2. boolean
isAttributeMetaInfo(java.lang.String attrName)
Tests if the attribute name is reserved as a meta info attribute name.
  1. static
  2. 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

  1. public static final java.lang.String _WEBSPHERE_CONFIG_DATA_VERSION
version of the attribute.
See Also:

_WEBSPHERE_CONFIG_DATA_TYPE

  1. public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TYPE
type of the config data.
See Also:

_WEBSPHERE_CONFIG_DATA_ID

  1. public static final java.lang.String _WEBSPHERE_CONFIG_DATA_ID
identifier of a config data.
See Also:

_WEBSPHERE_CONFIG_DATA_DISPLAY_NAME

  1. public static final java.lang.String _WEBSPHERE_CONFIG_DATA_DISPLAY_NAME
the name of a config data.
See Also:

_WEBSPHERE_CONFIG_DATA_TEMPLATE

  1. public static final java.lang.String _WEBSPHERE_CONFIG_DATA_TEMPLATE
the template of a config data
See Also:

_ATTRIBUTE_METAINFO_NAME

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_NAME
attribute name.
See Also:

_ATTRIBUTE_METAINFO_TYPE

  1. 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

  1. 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

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REQUIRED
if the attribute is a required attribute.
See Also:

_ATTRIBUTE_METAINFO_DEFAULT_VALUE

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_DEFAULT_VALUE
the default value for the attribute.
See Also:

_ATTRIBUTE_METAINFO_IS_OBJECT

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_IS_OBJECT
if the attribute is nested config data type.
See Also:

_ATTRIBUTE_METAINFO_IS_REFERENCE

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_IS_REFERENCE
if the attribute is reference.
See Also:

_ATTRIBUTE_METAINFO_IS_COLLECTION

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_IS_COLLECTION
if the attribute is collection.
See Also:

_ATTRIBUTE_METAINFO_ENUM_INFO

  1. 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

  1. public static final java.lang.String _ATTRIBUTE_METAINFO_ENUM_TYPE
a constant that defines attribute Enum type.
See Also:

_ATTRIBUTE_METAINFO_START

  1. 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

  1. 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

  1. 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

  1. public SystemAttributes()

Method Detail

isSystemAttribute

  1. 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

  1. 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.