Uses of Class
org.genesys.amphibian.client.model.Preview.StateEnum
-
Packages that use Preview.StateEnum Package Description org.genesys.amphibian.client.model -
-
Uses of Preview.StateEnum in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return Preview.StateEnum Modifier and Type Method Description static Preview.StateEnumPreview.StateEnum. fromValue(String value)Preview.StateEnumPreview. getState()Get statestatic Preview.StateEnumPreview.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Preview.StateEnum[]Preview.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.genesys.amphibian.client.model with parameters of type Preview.StateEnum Modifier and Type Method Description voidPreview. setState(Preview.StateEnum state)PreviewPreview. state(Preview.StateEnum state)
-