@API(type=NOT_EXTENDABLE, src=PUBLIC) public enum SaxonEdition extends java.lang.Enum<SaxonEdition>
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Enum Constant and Description |
---|
EE
Enterprise Edition.
|
HE
Home Edition.
|
PE
Personal Edition.
|
Modifier and Type | Method and Description |
---|---|
static SaxonEdition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SaxonEdition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaxonEdition HE
public static final SaxonEdition PE
public static final SaxonEdition EE
public static SaxonEdition[] values()
for (SaxonEdition c : SaxonEdition.values()) System.out.println(c);
public static SaxonEdition 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.