Uses of Class
be.personify.util.State
-
Packages that use State Package Description be.personify.util be.personify.util.provisioning -
-
Uses of State in be.personify.util
Methods in be.personify.util that return State Modifier and Type Method Description static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in be.personify.util.provisioning
Methods in be.personify.util.provisioning that return State Modifier and Type Method Description StateProvisionDecision. getLocalState()StateProvisionDecision. getRemoteState()Methods in be.personify.util.provisioning with parameters of type State Modifier and Type Method Description voidProvisionDecision. setLocalState(State localState)voidProvisionDecision. setRemoteState(State remoteState)
-