|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RelativeOrientationType>
net.opengis.se._2_0.core.RelativeOrientationType
public enum RelativeOrientationType
Classe Java pour RelativeOrientationType.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<simpleType name="RelativeOrientationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="normal"/>
<enumeration value="line"/>
<enumeration value="portrayal"/>
<enumeration value="normalUp"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
LINE
|
|
NORMAL
|
|
NORMAL_UP
|
|
PORTRAYAL
|
|
| Method Summary | |
|---|---|
static RelativeOrientationType |
fromValue(String v)
|
String |
value()
|
static RelativeOrientationType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RelativeOrientationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RelativeOrientationType NORMAL
public static final RelativeOrientationType LINE
public static final RelativeOrientationType PORTRAYAL
public static final RelativeOrientationType NORMAL_UP
| Method Detail |
|---|
public static RelativeOrientationType[] values()
for (RelativeOrientationType c : RelativeOrientationType.values()) System.out.println(c);
public static RelativeOrientationType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static RelativeOrientationType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||