Class Originator
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v790.Originator
-
- All Implemented Interfaces:
Serializable,Enumerated
public class Originator extends Object implements Serializable, Enumerated
Java class to represent the Originator enumerated type. Documentation from the relevant specification: The Originator AVP (AVP code 864) is of type Enumerated and indicates the originating party of the message body.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CALLED_PARTYstatic int_CALLING_PARTYstatic OriginatorCALLED_PARTYstatic OriginatorCALLING_PARTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OriginatorfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_CALLING_PARTY
public static final int _CALLING_PARTY
- See Also:
- Constant Field Values
-
_CALLED_PARTY
public static final int _CALLED_PARTY
- See Also:
- Constant Field Values
-
CALLING_PARTY
public static final Originator CALLING_PARTY
-
CALLED_PARTY
public static final Originator CALLED_PARTY
-
-
Method Detail
-
fromInt
public static Originator fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-