CfgDescriptionObject
, CfgDescriptionStructure
public abstract class CfgDescriptionClass extends CfgDescription
CfgDescriptionClass
abstract class is the base class for all the kinds of descriptive
configuration classes, namely:
CfgDescriptionObject
CfgDescriptionStructure
CfgDescriptionObjectDelta
CfgDescriptionStructureDelta
CfgDescriptionObject
and CfgDescriptionObjectDelta
are the kinds
that can be employed as an Configuration Protocol message attribute,
all of them serve the role of nested types inside of the CfgDescriptionObject
and CfgDescriptionObjectDelta
objects as the descriptive classes that referenced
by reference attributes.baseComparer
Modifier and Type | Method | Description |
---|---|---|
CfgDescriptionAttribute |
getAttribute(java.lang.String schemaName) |
Gets an attribute of a descriptive class' instance using attribute's schema name as criteria.
|
CfgDescriptionAttribute |
getAttributeByName(java.lang.String attributeName) |
Gets an attribute of a descriptive class' instance using
attribute name as criteria.
|
java.util.Collection<CfgDescriptionAttribute> |
getAttributes() |
Gets the sequence of attributes, a particular descriptive
class instance consists of.
|
CfgClassType |
getClassEnum() |
Gets corresponding value from
CfgClassType enum for a particular CfgDescriptionClass
descriptive class' instance. |
ICfgClassOperationalInfo |
getDelta() |
Gets delta description (
ICfgClassOperationalInfo ) for a particular descriptive class'
instance. |
CfgDescriptionAttribute |
getDeltaListAttribute(java.lang.String mappingName,
CfgOperation operation) |
|
CfgKeysComparer |
getEqualityComparer() |
|
java.util.Collection<CfgDescriptionAttribute> |
getKeys() |
Gets the sequence of key attributes for a particular instance
of descriptive class.
|
java.util.List<org.w3c.dom.Node> |
getKeys(org.w3c.dom.Node clazz) |
Deprecated.
|
protected void |
setComparer() |
|
protected void |
setTypeMask() |
Sets type mask for descriptive object.
|
addTypeToMask, getComparer, getIndex, getLocalizedName, getName, getNameComparer, getProtocolVersion, getTypeBitMask, getTypeMask, getTypeMaskString, isCfgType, isCfgType, isCfgType, setComparer, toString
public CfgClassType getClassEnum()
CfgClassType
enum for a particular CfgDescriptionClass
descriptive class' instance.public java.util.Collection<CfgDescriptionAttribute> getAttributes()
public java.util.Collection<CfgDescriptionAttribute> getKeys()
public CfgDescriptionAttribute getAttributeByName(java.lang.String attributeName)
attributeName
- Used to indicate name of an attributenull
if the attribute is not foundpublic CfgDescriptionAttribute getAttribute(java.lang.String schemaName)
schemaName
- Used to indicate schema name of an attributeCfgDescriptionAttribute
,
or null
if the attribute is not found@Deprecated public java.util.List<org.w3c.dom.Node> getKeys(org.w3c.dom.Node clazz)
public ICfgClassOperationalInfo getDelta()
ICfgClassOperationalInfo
) for a particular descriptive class'
instance.
Returns null
if the instance does not have corresponding delta defined.public CfgKeysComparer getEqualityComparer()
public CfgDescriptionAttribute getDeltaListAttribute(java.lang.String mappingName, CfgOperation operation)
protected void setTypeMask()
CfgDescription
setTypeMask
in class CfgDescription
protected void setComparer()
setComparer
in class CfgDescription
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.