|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.metadata.CfgDescription
com.genesyslab.platform.configuration.protocol.metadata.CfgDescriptionAttribute
com.genesyslab.platform.configuration.protocol.metadata.CfgDescriptionAttributePrimitive<T>
T
- may be of the following types:
public abstract class CfgDescriptionAttributePrimitive<T>
CfgDescriptionAttributeInteger
,
CfgDescriptionAttributeString
,
CfgDescriptionAttributeReferenceLink
,
CfgDescriptionAttributeEnumItem
Field Summary | |
---|---|
static java.lang.String |
NoDefaultValueString
|
Fields inherited from class com.genesyslab.platform.configuration.protocol.metadata.CfgDescription |
---|
baseComparer |
Method Summary | |
---|---|
abstract T |
getDefaultValue()
Gets default value for a primitive attribute. |
abstract T |
getGenericDefaultValue()
|
abstract T |
getPrimitiveValue(org.w3c.dom.Element parentElement)
Deprecated. |
java.lang.Object |
getValue(org.w3c.dom.Element parentElement)
Deprecated. |
protected java.lang.String |
getValueAttributeValue(org.w3c.dom.Element parentElement)
Deprecated. |
abstract boolean |
hasDefaultValue()
Indicates if a particular primitive attribute has a predefined default value. |
protected void |
setTypeMask()
Sets type mask for descriptive object. |
Methods inherited from class com.genesyslab.platform.configuration.protocol.metadata.CfgDescriptionAttribute |
---|
getCfgEnum, getConst, getMappingName, getOperation, getPackName, getParent, getSchemaName, isKey, isPackCustom, isUnpackCustom, setComparer |
Methods inherited from class com.genesyslab.platform.configuration.protocol.metadata.CfgDescription |
---|
addTypeToMask, getComparer, getIndex, getLocalizedName, getName, getNameComparer, getProtocolVersion, getTypeBitMask, getTypeMask, getTypeMaskString, isCfgType, isCfgType, isCfgType, setComparer, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NoDefaultValueString
Method Detail |
---|
public abstract boolean hasDefaultValue()
public abstract T getDefaultValue()
CfgDescriptionAttributeInteger
,
CfgDescriptionAttributeString
,
CfgDescriptionAttributeReferenceLink
,
CfgDescriptionAttributeEnumItem
,
hasDefaultValue()
,
UnsupportedOperationException
public abstract T getGenericDefaultValue()
@Deprecated public abstract T getPrimitiveValue(org.w3c.dom.Element parentElement)
@Deprecated public java.lang.Object getValue(org.w3c.dom.Element parentElement)
getValue
in class CfgDescriptionAttribute
@Deprecated protected java.lang.String getValueAttributeValue(org.w3c.dom.Element parentElement)
protected void setTypeMask()
CfgDescription
setTypeMask
in class CfgDescriptionAttribute
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |