Uses of Class
de.hybris.platform.processengine.definition.xml.EndState
-
Packages that use EndState Package Description de.hybris.platform.processengine.definition.xml -
-
Uses of EndState in de.hybris.platform.processengine.definition.xml
Fields in de.hybris.platform.processengine.definition.xml declared as EndState Modifier and Type Field Description protected EndStateEnd. stateMethods in de.hybris.platform.processengine.definition.xml that return EndState Modifier and Type Method Description static EndStateEndState. fromValue(java.lang.String v)EndStateEnd. getState()Gets the value of the state property.static EndStateEndState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EndState[]EndState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.processengine.definition.xml with parameters of type EndState Modifier and Type Method Description voidEnd. setState(EndState value)Sets the value of the state property.
-