public enum SimpleMemberOfNationalFederation extends Enum<SimpleMemberOfNationalFederation>
| Modifier and Type | Method and Description |
|---|---|
static SimpleMemberOfNationalFederation |
fromValue(String v) |
String |
value() |
static SimpleMemberOfNationalFederation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMemberOfNationalFederation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleMemberOfNationalFederation NL
public static final SimpleMemberOfNationalFederation DE
public static final SimpleMemberOfNationalFederation FI
public static SimpleMemberOfNationalFederation[] values()
for (SimpleMemberOfNationalFederation c : SimpleMemberOfNationalFederation.values()) System.out.println(c);
public static SimpleMemberOfNationalFederation 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 String value()
public static SimpleMemberOfNationalFederation fromValue(String v)
Copyright © 2014. All rights reserved.