Uses of Class
org.jivesoftware.smack.fsm.StateDescriptor.Property
-
Packages that use StateDescriptor.Property Package Description org.jivesoftware.smack.fsm Smack's Finite State Machine to handle the login logic. -
-
Uses of StateDescriptor.Property in org.jivesoftware.smack.fsm
Methods in org.jivesoftware.smack.fsm that return StateDescriptor.Property Modifier and Type Method Description static StateDescriptor.Property
StateDescriptor.Property. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateDescriptor.Property[]
StateDescriptor.Property. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smack.fsm with parameters of type StateDescriptor.Property Constructor Description StateDescriptor(Class<? extends State> stateClass, int xepNum, StateDescriptor.Property... properties)
StateDescriptor(Class<? extends State> stateClass, StateDescriptor.Property... properties)
StateDescriptor(StateDescriptor.Property... properties)
-