public enum STPlaceholderSize extends Enum<STPlaceholderSize>
Java class for ST_PlaceholderSize.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PlaceholderSize"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="full"/> <enumeration value="half"/> <enumeration value="quarter"/> </restriction> </simpleType>
Enum Constant and Description |
---|
FULL
Full
|
HALF
Half
|
QUARTER
Quarter
|
Modifier and Type | Method and Description |
---|---|
static STPlaceholderSize |
fromValue(String v) |
String |
value() |
static STPlaceholderSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPlaceholderSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPlaceholderSize FULL
public static final STPlaceholderSize HALF
public static final STPlaceholderSize QUARTER
public static STPlaceholderSize[] values()
for (STPlaceholderSize c : STPlaceholderSize.values()) System.out.println(c);
public static STPlaceholderSize 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 STPlaceholderSize fromValue(String v)
Copyright © 2007-2014. All Rights Reserved.