public enum STFtnEdn extends Enum<STFtnEdn>
Java class for ST_FtnEdn.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_FtnEdn"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="normal"/> <enumeration value="separator"/> <enumeration value="continuationSeparator"/> <enumeration value="continuationNotice"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CONTINUATION_NOTICE
Continuation Notice
Separator
|
CONTINUATION_SEPARATOR
Continuation Separator
|
NORMAL
Normal
Footnote/Endnote
|
SEPARATOR
Separator
|
Modifier and Type | Method and Description |
---|---|
static STFtnEdn |
fromValue(String v) |
String |
value() |
static STFtnEdn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STFtnEdn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STFtnEdn NORMAL
public static final STFtnEdn SEPARATOR
public static final STFtnEdn CONTINUATION_SEPARATOR
public static final STFtnEdn CONTINUATION_NOTICE
public static STFtnEdn[] values()
for (STFtnEdn c : STFtnEdn.values()) System.out.println(c);
public static STFtnEdn 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 nullpublic String value()
Copyright © 2007-2019. All Rights Reserved.