Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.MessageWaitingScheme.IndicationType
-
Packages that use SMSDataCodingScheme.MessageWaitingScheme.IndicationType Package Description com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSDataCodingScheme.MessageWaitingScheme.IndicationType in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSDataCodingScheme.MessageWaitingScheme.IndicationType Modifier and Type Method Description static SMSDataCodingScheme.MessageWaitingScheme.IndicationType
SMSDataCodingScheme.MessageWaitingScheme.IndicationType. fromValue(int value)
Returns the enumeration constant for a given encoded value.SMSDataCodingScheme.MessageWaitingScheme.IndicationType
SMSDataCodingScheme.MessageWaitingScheme. getIndicationType()
Gets the value of type of message waiting.static SMSDataCodingScheme.MessageWaitingScheme.IndicationType
SMSDataCodingScheme.MessageWaitingScheme.IndicationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMSDataCodingScheme.MessageWaitingScheme.IndicationType[]
SMSDataCodingScheme.MessageWaitingScheme.IndicationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSDataCodingScheme.MessageWaitingScheme.IndicationType Modifier and Type Method Description SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. setIndicationType(SMSDataCodingScheme.MessageWaitingScheme.IndicationType value)
Sets the value of type of message waiting.Constructors in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSDataCodingScheme.MessageWaitingScheme.IndicationType Constructor Description MessageWaitingScheme(boolean indicationActive, SMSDataCodingScheme.MessageWaitingScheme.IndicationType indicationType)
Constructs a new MessageWaitingScheme object from given values for all fields.
-