Class RequestedDomain
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.v880.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_DOMAINstatic int_PS_DOMAINstatic RequestedDomainCS_DOMAINThe requested data apply to the CS domain.static RequestedDomainPS_DOMAINThe requested data apply to the PS domain.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestedDomainfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-