public enum PAULA_TYPE extends Enum<PAULA_TYPE>
| Modifier and Type | Method and Description |
|---|---|
String |
getDocTypeTag() |
String |
getElementName() |
String |
getFileInfix() |
String |
getListElementName() |
static PAULA_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PAULA_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PAULA_TYPE TEXT
public static final PAULA_TYPE TOK
public static final PAULA_TYPE MARK
public static final PAULA_TYPE STRUCT
public static final PAULA_TYPE REL
public static final PAULA_TYPE FEAT
public static PAULA_TYPE[] values()
for (PAULA_TYPE c : PAULA_TYPE.values()) System.out.println(c);
public static PAULA_TYPE 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 getListElementName()
public String getElementName()
public String getDocTypeTag()
public String getFileInfix()
Copyright © 2009–2017 Humboldt-Universität zu Berlin, INRIA. All rights reserved.