Uses of Class
com.opencloud.slee.resources.cgin.map.MAPOverrideCategory
-
Packages that use MAPOverrideCategory Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPOverrideCategory in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPOverrideCategory Modifier and Type Method Description static MAPOverrideCategory
MAPOverrideCategory. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.MAPOverrideCategory
MAPClipData. getOverrideCategory()
Gets the value of the field overrideCategory.MAPOverrideCategory
MAPModificationRequestFor_CLIP_Info. getOverrideCategory()
Gets the value of the field overrideCategory.MAPOverrideCategory
MAPSS_SubscriptionOption. getOverrideCategory()
Gets the value of the overrideCategory choice.static MAPOverrideCategory
MAPOverrideCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPOverrideCategory[]
MAPOverrideCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPOverrideCategory Modifier and Type Method Description MAPClipData
MAPClipData. setOverrideCategory(MAPOverrideCategory value)
Sets the value of the field overrideCategory.MAPModificationRequestFor_CLIP_Info
MAPModificationRequestFor_CLIP_Info. setOverrideCategory(MAPOverrideCategory value)
Sets the value of the field overrideCategory.MAPSS_SubscriptionOption
MAPSS_SubscriptionOption. setOverrideCategory(MAPOverrideCategory value)
Sets the value of the overrideCategory choice.
-