Class RequestedDomain
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.vb60.RequestedDomain
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class RequestedDomain extends Object implements Serializable, Enumerated
Java class to represent the RequestedDomain enumerated type. Documentation from the relevant specification: The Requested-Domain AVP is of type Enumerated, and indicates the access domain for which certain data e.g. user state) are requested.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CS_DOMAIN
static int
_PS_DOMAIN
static RequestedDomain
CS_DOMAIN
The requested data apply to the CS domain.static RequestedDomain
PS_DOMAIN
The requested data apply to the PS domain.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestedDomain
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_CS_DOMAIN
public static final int _CS_DOMAIN
- See Also:
- Constant Field Values
-
_PS_DOMAIN
public static final int _PS_DOMAIN
- See Also:
- Constant Field Values
-
CS_DOMAIN
public static final RequestedDomain CS_DOMAIN
The requested data apply to the CS domain.
-
PS_DOMAIN
public static final RequestedDomain PS_DOMAIN
The requested data apply to the PS domain.
-
-
Method Detail
-
fromInt
public static RequestedDomain fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-