Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCUG_Feature_v1
-
Packages that use MAPCUG_Feature_v1 Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPCUG_Feature_v1 in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCUG_Feature_v1 Modifier and Type Method Description MAPCUG_Feature_v1
MAPCUG_Feature_v1. clone()
Constructs a copy of this object and everything reachable from it.static MAPCUG_Feature_v1
MAPCUG_Feature_v1. copyOf(MAPCUG_Feature_v1 from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPCUG_Feature_v1
MAPCUG_Information.Cug_Features. getCug_Feature()
Gets the value of the cug-Feature choice.MAPCUG_Feature_v1[]
MAPCUG_Information.Cug_Features. getCug_FeatureList()
Gets the value of the cug-FeatureList choice.MAPCUG_Feature_v1
MAPCUG_Feature_v1. setCug_Index(byte[] value)
Sets the value of the field cug-Index.MAPCUG_Feature_v1
MAPCUG_Feature_v1. setCug_interlock(CUGInterLockCode value)
Sets the value of the field cug-interlock.MAPCUG_Feature_v1
MAPCUG_Feature_v1. setCug_Options(byte[] value)
Sets the value of the field cug-Options.MAPCUG_Feature_v1
MAPCUG_Feature_v1. setSs_Status(byte[] value)
Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCUG_Feature_v1 Modifier and Type Method Description static MAPCUG_Feature_v1
MAPCUG_Feature_v1. copyOf(MAPCUG_Feature_v1 from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPCUG_Information.Cug_Features
MAPCUG_Information.Cug_Features. setCug_Feature(MAPCUG_Feature_v1 value)
Sets the value of the cug-Feature choice.MAPCUG_Information.Cug_Features
MAPCUG_Information.Cug_Features. setCug_FeatureList(MAPCUG_Feature_v1[] value)
Sets the value of the cug-FeatureList choice. -
Uses of MAPCUG_Feature_v1 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCUG_Feature_v1 Modifier and Type Field Description static PersistCodec<MAPCUG_Feature_v1,MAPCUG_Feature_v1,MAPProto.MAP_SS_DataTypes_ph1_CUG_Feature_v1>
MAPCodecs. MAP_SS_DataTypes_ph1_CUG_Feature_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.CUG-Feature-v1static PersistCodec<MAPCUG_Feature_v1,MAPCUG_Feature_v1,MAPProto.MAP_SS_DataTypes_ph1_CUG_Feature_v1>
MAPCodecs. MAP_SS_DataTypes_ph1_CUG_Feature_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.CUG-Feature-v1
-