Uses of Class
com.opencloud.slee.resources.cgin.map.MAPResponseTimeCategory
-
Packages that use MAPResponseTimeCategory Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPResponseTimeCategory in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPResponseTimeCategory Modifier and Type Field Description static MAPResponseTimeCategory
MAPResponseTimeCategory. delaytolerant
Reference to value of the constant delaytolerant.static MAPResponseTimeCategory
MAPResponseTimeCategory. lowdelay
Reference to value of the constant lowdelay.Methods in com.opencloud.slee.resources.cgin.map that return MAPResponseTimeCategory Modifier and Type Method Description static MAPResponseTimeCategory
MAPResponseTimeCategory. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPResponseTimeCategory
MAPResponseTime. getResponseTimeCategory()
Gets the value of the field responseTimeCategory.static MAPResponseTimeCategory[]
MAPResponseTimeCategory. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPResponseTimeCategory Modifier and Type Method Description MAPResponseTime
MAPResponseTime. setResponseTimeCategory(MAPResponseTimeCategory value)
Sets the value of the field responseTimeCategory.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPResponseTimeCategory Constructor Description MAPResponseTime(MAPResponseTimeCategory ResponseTimeCategory_param)
Constructs an object from given values for all fields.
-