Enum Constant and Description |
---|
ANY |
ARRAY |
ATOMIC |
EXTERNAL |
FUNCTION |
MAP |
NODE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static Genre |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Genre[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Genre ANY
public static final Genre ATOMIC
public static final Genre NODE
public static final Genre FUNCTION
public static final Genre MAP
public static final Genre ARRAY
public static final Genre EXTERNAL
public static Genre[] values()
for (Genre c : Genre.values()) System.out.println(c);
public static Genre 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 getDescription()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.