public static enum NomLexEntry.NomLexClasses extends Enum<NomLexEntry.NomLexClasses>
Enum Constant and Description |
---|
ABILITY |
ABLE_NOM |
ATTRIBUTE |
CRISSCROSS |
ENVIRONMENT |
EVENT |
FIELD |
GROUP |
HALLMARK |
ISSUE |
JOB |
NOM |
NOMADJ |
NOMADJLIKE |
NOMING |
NOMLIKE |
PARTITIVE |
RELATIONAL |
SHARE |
TYPE |
UNKNOWN_CLASS |
VERSION |
WORK_OF_ART |
Modifier and Type | Method and Description |
---|---|
static NomLexEntry.NomLexClasses |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NomLexEntry.NomLexClasses[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NomLexEntry.NomLexClasses ABILITY
public static final NomLexEntry.NomLexClasses ABLE_NOM
public static final NomLexEntry.NomLexClasses ATTRIBUTE
public static final NomLexEntry.NomLexClasses CRISSCROSS
public static final NomLexEntry.NomLexClasses ENVIRONMENT
public static final NomLexEntry.NomLexClasses EVENT
public static final NomLexEntry.NomLexClasses FIELD
public static final NomLexEntry.NomLexClasses GROUP
public static final NomLexEntry.NomLexClasses HALLMARK
public static final NomLexEntry.NomLexClasses ISSUE
public static final NomLexEntry.NomLexClasses JOB
public static final NomLexEntry.NomLexClasses NOM
public static final NomLexEntry.NomLexClasses NOMADJ
public static final NomLexEntry.NomLexClasses NOMADJLIKE
public static final NomLexEntry.NomLexClasses NOMING
public static final NomLexEntry.NomLexClasses NOMLIKE
public static final NomLexEntry.NomLexClasses PARTITIVE
public static final NomLexEntry.NomLexClasses RELATIONAL
public static final NomLexEntry.NomLexClasses SHARE
public static final NomLexEntry.NomLexClasses TYPE
public static final NomLexEntry.NomLexClasses VERSION
public static final NomLexEntry.NomLexClasses WORK_OF_ART
public static final NomLexEntry.NomLexClasses UNKNOWN_CLASS
public static NomLexEntry.NomLexClasses[] values()
for (NomLexEntry.NomLexClasses c : NomLexEntry.NomLexClasses.values()) System.out.println(c);
public static NomLexEntry.NomLexClasses 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 © 2017. All rights reserved.