Uses of Class
ch.claudio.iax2.State

Packages that use State
ch.claudio.iax2   
 

Uses of State in ch.claudio.iax2
 

Methods in ch.claudio.iax2 that return State
 State IAX2.getState()
           
static State State.valueOf(java.lang.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.