public static enum Sh.DataReference extends Enum<Sh.DataReference> implements Common.CustomEnumValues
| Enum Constant and Description |
|---|
AliasesRepositoryData |
ChargingInformation |
DSAI |
IMSPublicIdentity |
IMSUserState |
InitialFilterCriteria |
LocationInformation |
MSISDN |
PSIActivation |
RepositoryData |
SCSCFName |
UserState |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static Sh.DataReference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sh.DataReference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sh.DataReference RepositoryData
public static final Sh.DataReference IMSPublicIdentity
public static final Sh.DataReference IMSUserState
public static final Sh.DataReference SCSCFName
public static final Sh.DataReference InitialFilterCriteria
public static final Sh.DataReference LocationInformation
public static final Sh.DataReference UserState
public static final Sh.DataReference ChargingInformation
public static final Sh.DataReference MSISDN
public static final Sh.DataReference PSIActivation
public static final Sh.DataReference DSAI
public static final Sh.DataReference AliasesRepositoryData
public static Sh.DataReference[] values()
for (Sh.DataReference c : Sh.DataReference.values()) System.out.println(c);
public static Sh.DataReference valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface Common.CustomEnumValuesCopyright © 2014. All Rights Reserved.