Uses of Class
com.opencloud.slee.resources.in.datatypes.map.ISDNSubaddress.Choice
-
Packages that use ISDNSubaddress.Choice Package Description com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of ISDNSubaddress.Choice in com.opencloud.slee.resources.in.datatypes.map
Methods in com.opencloud.slee.resources.in.datatypes.map that return ISDNSubaddress.Choice Modifier and Type Method Description ISDNSubaddress.Choice
ISDNSubaddress. getChoice()
Gets the discriminant for which choice is chosen.static ISDNSubaddress.Choice
ISDNSubaddress.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static ISDNSubaddress.Choice[]
ISDNSubaddress.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-