|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallState | |
---|---|
com.genesyslab.platform.voice.protocol.tserver |
Uses of CallState in com.genesyslab.platform.voice.protocol.tserver |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver that return CallState | |
---|---|
static CallState |
CallState.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CallState |
CallState.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.voice.protocol.tserver that return types with arguments of type CallState | |
---|---|
static java.util.Collection<CallState> |
CallState.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |