@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public enum SupportedFrameworks
extends java.lang.Enum<SupportedFrameworks>
| Enum Constant and Description |
|---|
DITA
The DITA framework.
|
DOCBOOK4
The Docbook 5 framework.
|
DOCBOOK5
The Docbook 4 framework.
|
TEI_P4
The TEI-P4 framework.
|
TEI_P5
The TEI-P5 framework.
|
XHTML
The XHTML framework.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedFrameworks |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SupportedFrameworks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedFrameworks DITA
public static final SupportedFrameworks DOCBOOK4
public static final SupportedFrameworks DOCBOOK5
public static final SupportedFrameworks XHTML
public static final SupportedFrameworks TEI_P4
public static final SupportedFrameworks TEI_P5
public static SupportedFrameworks[] values()
for (SupportedFrameworks c : SupportedFrameworks.values()) System.out.println(c);
public static SupportedFrameworks 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© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.