Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.InterfaceType
-
Packages that use InterfaceType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of InterfaceType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as InterfaceType Modifier and Type Field Description static InterfaceType
InterfaceType. APPLICATION_ORIGINATING
static InterfaceType
InterfaceType. APPLICATION_TERMINATION
static InterfaceType
InterfaceType. MOBILE_ORIGINATING
static InterfaceType
InterfaceType. MOBILE_TERMINATING
static InterfaceType
InterfaceType. UNKNOWN
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return InterfaceType Modifier and Type Method Description static InterfaceType
InterfaceType. fromInt(int type)
InterfaceType
DestinationInterface. getInterfaceType()
Returns the value of the Interface-Type AVP, of type Enumerated.InterfaceType
OriginatorInterface. getInterfaceType()
Returns the value of the Interface-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type InterfaceType Modifier and Type Method Description void
DestinationInterface. setInterfaceType(InterfaceType interfaceType)
Sets the value of the Interface-Type AVP, of type Enumerated.void
OriginatorInterface. setInterfaceType(InterfaceType interfaceType)
Sets the value of the Interface-Type AVP, of type Enumerated.
-