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