|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgEnumType | |
---|---|
com.genesyslab.platform.configuration.protocol.metadata | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgEnumType in com.genesyslab.platform.configuration.protocol.metadata |
---|
Methods in com.genesyslab.platform.configuration.protocol.metadata that return CfgEnumType | |
---|---|
CfgEnumType |
CfgDescriptionEnum.getCfgEnum()
Gets corresponding value from enum for a particular descriptive class' instance. |
Methods in com.genesyslab.platform.configuration.protocol.metadata with parameters of type CfgEnumType | ||
---|---|---|
|
CfgMetadata.getEnum(CfgEnumType enumType)
Gets an enum descriptive class using enum value from |
Uses of CfgEnumType in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgEnumType | |
---|---|
static CfgEnumType |
CfgEnumType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgEnumType |
CfgEnumType.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 CfgEnumType | |
---|---|
static java.util.Collection<CfgEnumType> |
CfgEnumType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |