public enum ProsodyLevel extends java.lang.Enum<ProsodyLevel> implements de.ims.icarus.util.id.Identity
Enum Constant and Description |
---|
DOCUMENT |
ENVIRONMENT |
SENTENCE |
SYLLABLE |
WORD |
Modifier and Type | Method and Description |
---|---|
ProsodyLevel |
down() |
abstract java.lang.String[] |
getAvailableProperties() |
java.lang.String |
getDescription() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId() |
java.lang.String |
getKey() |
java.lang.String |
getName() |
java.lang.Object |
getOwner() |
java.lang.String |
getToken() |
static ProsodyLevel |
parseLevel(java.lang.String s) |
ProsodyLevel |
up() |
static ProsodyLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProsodyLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProsodyLevel SYLLABLE
public static final ProsodyLevel WORD
public static final ProsodyLevel SENTENCE
public static final ProsodyLevel DOCUMENT
public static final ProsodyLevel ENVIRONMENT
public static ProsodyLevel[] values()
for (ProsodyLevel c : ProsodyLevel.values()) System.out.println(c);
public static ProsodyLevel 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 nullpublic java.lang.String getToken()
public java.lang.String getKey()
public abstract java.lang.String[] getAvailableProperties()
public static ProsodyLevel parseLevel(java.lang.String s)
public ProsodyLevel up()
public ProsodyLevel down()
public java.lang.String getId()
getId
in interface de.ims.icarus.util.id.Identity
Identity.getId()
public java.lang.String getName()
getName
in interface de.ims.icarus.util.id.Identity
Identity.getName()
public java.lang.String getDescription()
getDescription
in interface de.ims.icarus.util.id.Identity
Identity.getDescription()
public javax.swing.Icon getIcon()
getIcon
in interface de.ims.icarus.util.id.Identity
Identity.getIcon()
public java.lang.Object getOwner()
getOwner
in interface de.ims.icarus.util.id.Identity
Identity.getOwner()