Uses of Class
org.jainslee.resources.diameter.ro.types.vb80.InterfaceType
-
Packages that use InterfaceType Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of InterfaceType in org.jainslee.resources.diameter.ro.types.vb80
Fields in org.jainslee.resources.diameter.ro.types.vb80 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.vb80 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.vb80 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.
-