|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgAlarmCategory | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgAlarmCategory in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgAlarmCategory | |
---|---|
CfgAlarmCategory |
CfgDeltaAlarmCondition.getCategory()
The category of the alarm condition. |
CfgAlarmCategory |
CfgAlarmCondition.getCategory()
The category of the alarm condition. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgAlarmCategory | |
---|---|
void |
CfgAlarmCondition.setCategory(CfgAlarmCategory value)
The category of the alarm condition. |
Uses of CfgAlarmCategory in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgAlarmCategory | |
---|---|
static CfgAlarmCategory |
CfgAlarmCategory.CFGACCritical
Critical alarm |
static CfgAlarmCategory |
CfgAlarmCategory.CFGACMajor
Major alarm |
static CfgAlarmCategory |
CfgAlarmCategory.CFGACMaxAlarmCategory
A maximum value of this enumeration type |
static CfgAlarmCategory |
CfgAlarmCategory.CFGACMinor
Minor alarm |
static CfgAlarmCategory |
CfgAlarmCategory.CFGACNoAlarmCategory
The value of the corresponding parameter has not changed |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgAlarmCategory | |
---|---|
static CfgAlarmCategory |
CfgAlarmCategory.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgAlarmCategory |
CfgAlarmCategory.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 CfgAlarmCategory | |
---|---|
static java.util.Collection<CfgAlarmCategory> |
CfgAlarmCategory.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |