public static enum Pm.Position extends Enum<Pm.Position>
| Enum Constant and Description |
|---|
bottomleft |
bottomright |
topleft |
topright |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Pm.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pm.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pm.Position topleft
public static final Pm.Position topright
public static final Pm.Position bottomleft
public static final Pm.Position bottomright
public static Pm.Position[] values()
for (Pm.Position c : Pm.Position.values()) System.out.println(c);
public static Pm.Position 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 toString()
toString in class Enum<Pm.Position>Copyright © 2018 Terra Yazılım Bilişim Hiz. Elek. Dan. Oto. ve Loj. Tic. Ltd. Şti.. All rights reserved.