public static enum AbortPanel.AbortButtonShapeEnum extends java.lang.Enum<AbortPanel.AbortButtonShapeEnum>
| Enum Constant and Description |
|---|
RECTANGULAR |
ROUND |
| Modifier and Type | Method and Description |
|---|---|
static AbortPanel.AbortButtonShapeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbortPanel.AbortButtonShapeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbortPanel.AbortButtonShapeEnum ROUND
public static final AbortPanel.AbortButtonShapeEnum RECTANGULAR
public static AbortPanel.AbortButtonShapeEnum[] values()
for (AbortPanel.AbortButtonShapeEnum c : AbortPanel.AbortButtonShapeEnum.values()) System.out.println(c);
public static AbortPanel.AbortButtonShapeEnum 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 nullCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.