public static enum ModelBase.ViewingDirection extends java.lang.Enum<ModelBase.ViewingDirection>
| Enum Constant and Description |
|---|
bottomToTop |
leftToRight |
rightToLeft |
topToBottom |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
label |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ModelBase.ViewingDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelBase.ViewingDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelBase.ViewingDirection leftToRight
public static final ModelBase.ViewingDirection rightToLeft
public static final ModelBase.ViewingDirection topToBottom
public static final ModelBase.ViewingDirection bottomToTop
public static ModelBase.ViewingDirection[] values()
for (ModelBase.ViewingDirection c : ModelBase.ViewingDirection.values()) System.out.println(c);
public static ModelBase.ViewingDirection valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ModelBase.ViewingDirection>Copyright 2004-2015 Wandora Team