public static enum Conll02NameSampleStream.LANGUAGE extends Enum<Conll02NameSampleStream.LANGUAGE>
| Modifier and Type | Method and Description | 
|---|---|
| static Conll02NameSampleStream.LANGUAGE | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Conll02NameSampleStream.LANGUAGE[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Conll02NameSampleStream.LANGUAGE NLD
public static final Conll02NameSampleStream.LANGUAGE SPA
public static Conll02NameSampleStream.LANGUAGE[] values()
for (Conll02NameSampleStream.LANGUAGE c : Conll02NameSampleStream.LANGUAGE.values()) System.out.println(c);
public static Conll02NameSampleStream.LANGUAGE 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 nullCopyright © 2018 The Apache Software Foundation. All rights reserved.