public static enum WidgetProperties.Position extends java.lang.Enum<WidgetProperties.Position>
Modifier and Type | Method and Description |
---|---|
int |
getId() |
java.lang.String |
toString() |
static WidgetProperties.Position |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WidgetProperties.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WidgetProperties.Position TOP
public static final WidgetProperties.Position BOTTOM
public static final WidgetProperties.Position LEFT
public static WidgetProperties.Position[] values()
for (WidgetProperties.Position c : WidgetProperties.Position.values()) System.out.println(c);
public static WidgetProperties.Position 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 int getId()
public java.lang.String toString()
toString
in class java.lang.Enum<WidgetProperties.Position>
Copyright © 2024. All rights reserved.