Class IdentitySet
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.v780.IdentitySet
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class IdentitySet extends Object implements Serializable, Enumerated
Java class to represent the IdentitySet enumerated type. Documentation from the relevant specification: The Identity-Set AVP is of type Enumerated and indicates the requested set of IMS Public Identities.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ALIAS_IDENTITIES
static int
_ALL_IDENTITIES
static int
_IMPLICIT_IDENTITIES
static int
_REGISTERED_IDENTITIES
static IdentitySet
ALIAS_IDENTITIES
static IdentitySet
ALL_IDENTITIES
static IdentitySet
IMPLICIT_IDENTITIES
static IdentitySet
REGISTERED_IDENTITIES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentitySet
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ALL_IDENTITIES
public static final int _ALL_IDENTITIES
- See Also:
- Constant Field Values
-
_REGISTERED_IDENTITIES
public static final int _REGISTERED_IDENTITIES
- See Also:
- Constant Field Values
-
_IMPLICIT_IDENTITIES
public static final int _IMPLICIT_IDENTITIES
- See Also:
- Constant Field Values
-
_ALIAS_IDENTITIES
public static final int _ALIAS_IDENTITIES
- See Also:
- Constant Field Values
-
ALL_IDENTITIES
public static final IdentitySet ALL_IDENTITIES
-
REGISTERED_IDENTITIES
public static final IdentitySet REGISTERED_IDENTITIES
-
IMPLICIT_IDENTITIES
public static final IdentitySet IMPLICIT_IDENTITIES
-
ALIAS_IDENTITIES
public static final IdentitySet ALIAS_IDENTITIES
-
-
Method Detail
-
fromInt
public static IdentitySet 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
-
-