public static enum RSTReader.RSTElements extends Enum<RSTReader.RSTElements>
| Enum Constant and Description |
|---|
BODY |
ENCODING |
GROUP |
HEADER |
REL |
RELATIONS |
RST |
SEGMENT |
| Modifier and Type | Method and Description |
|---|---|
static RSTReader.RSTElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSTReader.RSTElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSTReader.RSTElements RST
public static final RSTReader.RSTElements HEADER
public static final RSTReader.RSTElements ENCODING
public static final RSTReader.RSTElements RELATIONS
public static final RSTReader.RSTElements REL
public static final RSTReader.RSTElements BODY
public static final RSTReader.RSTElements SEGMENT
public static final RSTReader.RSTElements GROUP
public static RSTReader.RSTElements[] values()
for (RSTReader.RSTElements c : RSTReader.RSTElements.values()) System.out.println(c);
public static RSTReader.RSTElements 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 nullCopyright © 2015. All rights reserved.