Uses of Class
org.apache.openmeetings.db.entity.user.AsteriskSipUser.Type
-
Packages that use AsteriskSipUser.Type Package Description org.apache.openmeetings.db.entity.user -
-
Uses of AsteriskSipUser.Type in org.apache.openmeetings.db.entity.user
Methods in org.apache.openmeetings.db.entity.user that return AsteriskSipUser.Type Modifier and Type Method Description AsteriskSipUser.TypeAsteriskSipUser. getType()static AsteriskSipUser.TypeAsteriskSipUser.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AsteriskSipUser.Type[]AsteriskSipUser.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.user with parameters of type AsteriskSipUser.Type Modifier and Type Method Description voidAsteriskSipUser. setType(AsteriskSipUser.Type type)
-