|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgObjectProperty | |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.configuration.protocol.metadata | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
com.genesyslab.platform.configuration.protocol.utilities |
Uses of CfgObjectProperty in com.genesyslab.platform.applicationblocks.com |
---|
Methods in com.genesyslab.platform.applicationblocks.com that return CfgObjectProperty | |
---|---|
CfgObjectProperty |
ConfigServerException.getObjectProperty()
The property of the configuration object which has caused the error. |
Constructors in com.genesyslab.platform.applicationblocks.com with parameters of type CfgObjectProperty | |
---|---|
ConfigServerException(CfgErrorType errType,
CfgObjectType objType,
CfgObjectProperty objProperty,
java.lang.String message)
Creates the exception class. |
Uses of CfgObjectProperty in com.genesyslab.platform.configuration.protocol.metadata |
---|
Methods in com.genesyslab.platform.configuration.protocol.metadata that return CfgObjectProperty | |
---|---|
CfgObjectProperty |
CfgDescriptionAttribute.getCfgEnum()
Gets corresponding value from CfgObjectProperty
enumeration for a particular CfgDescriptionAttribute
descriptive class' instance. |
Uses of CfgObjectProperty in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgObjectProperty | |
---|---|
static CfgObjectProperty |
CfgObjectProperty.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgObjectProperty |
CfgObjectProperty.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgObjectProperty | |
---|---|
static java.util.Collection<CfgObjectProperty> |
CfgObjectProperty.values()
Returns all values of the enumeration. |
Uses of CfgObjectProperty in com.genesyslab.platform.configuration.protocol.utilities |
---|
Methods in com.genesyslab.platform.configuration.protocol.utilities that return CfgObjectProperty | |
---|---|
CfgObjectProperty |
CfgErrorCode.getObjectProperty()
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |