Uses of Class
org.jainslee.resources.diameter.rf.types.va00.InterfaceType
-
Packages that use InterfaceType Package Description org.jainslee.resources.diameter.rf.types.va00 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v10.0.0. -
-
Uses of InterfaceType in org.jainslee.resources.diameter.rf.types.va00
Fields in org.jainslee.resources.diameter.rf.types.va00 declared as InterfaceType Modifier and Type Field Description static InterfaceTypeInterfaceType. APPLICATION_ORIGINATINGstatic InterfaceTypeInterfaceType. APPLICATION_TERMINATIONstatic InterfaceTypeInterfaceType. MOBILE_ORIGINATINGstatic InterfaceTypeInterfaceType. MOBILE_TERMINATINGstatic InterfaceTypeInterfaceType. UNKNOWNMethods in org.jainslee.resources.diameter.rf.types.va00 that return InterfaceType Modifier and Type Method Description static InterfaceTypeInterfaceType. fromInt(int type)InterfaceTypeDestinationInterface. getInterfaceType()Returns the value of the Interface-Type AVP, of type Enumerated.InterfaceTypeOriginatorInterface. getInterfaceType()Returns the value of the Interface-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type InterfaceType Modifier and Type Method Description voidDestinationInterface. setInterfaceType(InterfaceType interfaceType)Sets the value of the Interface-Type AVP, of type Enumerated.voidOriginatorInterface. setInterfaceType(InterfaceType interfaceType)Sets the value of the Interface-Type AVP, of type Enumerated.
-