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