public static enum FodEnums.EntitlementPreferenceType extends Enum<FodEnums.EntitlementPreferenceType>
| Enum Constant and Description |
|---|
SingleScan |
Subscription |
| Modifier and Type | Method and Description |
|---|---|
static FodEnums.EntitlementPreferenceType |
fromInt(int val) |
int |
getValue() |
String |
toString() |
static FodEnums.EntitlementPreferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FodEnums.EntitlementPreferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FodEnums.EntitlementPreferenceType SingleScan
public static final FodEnums.EntitlementPreferenceType Subscription
public static FodEnums.EntitlementPreferenceType[] values()
for (FodEnums.EntitlementPreferenceType c : FodEnums.EntitlementPreferenceType.values()) System.out.println(c);
public static FodEnums.EntitlementPreferenceType 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()
public String toString()
toString in class Enum<FodEnums.EntitlementPreferenceType>public static FodEnums.EntitlementPreferenceType fromInt(int val)
Copyright © 2016–2017. All rights reserved.