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