public enum CompoundProperty extends java.lang.Enum<CompoundProperty>
Enum Constant and Description |
---|
Abkürzung |
Affixoid |
Eigenname |
freiesMorphem |
Fremdwort |
gebundenesMorphem |
Konfix |
opaquesMorphem |
virtuelleBildung |
Wortgruppe |
Modifier and Type | Method and Description |
---|---|
static CompoundProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompoundProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompoundProperty Abkürzung
public static final CompoundProperty Affixoid
public static final CompoundProperty Fremdwort
public static final CompoundProperty Konfix
public static final CompoundProperty Wortgruppe
public static final CompoundProperty Eigenname
public static final CompoundProperty opaquesMorphem
public static final CompoundProperty virtuelleBildung
public static final CompoundProperty gebundenesMorphem
public static final CompoundProperty freiesMorphem
public static CompoundProperty[] values()
for (CompoundProperty c : CompoundProperty.values()) System.out.println(c);
public static CompoundProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null