public enum STBrClear extends Enum<STBrClear>
Java class for ST_BrClear.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_BrClear"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="none"/> <enumeration value="left"/> <enumeration value="right"/> <enumeration value="all"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ALL
Restart On Next Full Line
|
LEFT
Restart In Next Text Region When In Leftmost
Position
|
NONE
Restart On Next Line
|
RIGHT
Restart In Next Text Region When In Rightmost
Position
|
Modifier and Type | Method and Description |
---|---|
static STBrClear |
fromValue(String v) |
String |
value() |
static STBrClear |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STBrClear[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STBrClear NONE
public static final STBrClear LEFT
public static final STBrClear RIGHT
public static final STBrClear ALL
public static STBrClear[] values()
for (STBrClear c : STBrClear.values()) System.out.println(c);
public static STBrClear 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.