|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EBuiltInResultPresentationMode>
org.wizard4j.result.presentation.EBuiltInResultPresentationMode
public enum EBuiltInResultPresentationMode
This enumeration lists the built-in result presentations. For each presentation, the corresponding mimeType is provided.
| Enum Constant Summary | |
|---|---|
SVG
The result tree presented as svg. |
|
TEXT
The result tree presented as text. |
|
TEXT_FULLNAME
The result tree presented as text. |
|
XML
The result tree presented as xml. |
|
XML_DETAILED
The result tree presented as xml. |
|
| Method Summary | |
|---|---|
java.lang.String |
mimeType()
|
static EBuiltInResultPresentationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EBuiltInResultPresentationMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EBuiltInResultPresentationMode TEXT
public static final EBuiltInResultPresentationMode TEXT_FULLNAME
public static final EBuiltInResultPresentationMode XML
public static final EBuiltInResultPresentationMode XML_DETAILED
public static final EBuiltInResultPresentationMode SVG
| Method Detail |
|---|
public static EBuiltInResultPresentationMode[] values()
for (EBuiltInResultPresentationMode c : EBuiltInResultPresentationMode.values()) System.out.println(c);
public static EBuiltInResultPresentationMode 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String mimeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||