public enum STRegionLabelLayout extends Enum<STRegionLabelLayout>
Java class for ST_RegionLabelLayout.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_RegionLabelLayout">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="bestFitOnly"/>
<enumeration value="showAll"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BEST_FIT_ONLY |
NONE |
SHOW_ALL |
| Modifier and Type | Method and Description |
|---|---|
static STRegionLabelLayout |
fromValue(String v) |
String |
value() |
static STRegionLabelLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STRegionLabelLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STRegionLabelLayout NONE
public static final STRegionLabelLayout BEST_FIT_ONLY
public static final STRegionLabelLayout SHOW_ALL
public static STRegionLabelLayout[] values()
for (STRegionLabelLayout c : STRegionLabelLayout.values()) System.out.println(c);
public static STRegionLabelLayout 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()
public static STRegionLabelLayout fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.