public static enum DrawStrategyFactory.Common extends Enum<DrawStrategyFactory.Common>
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
toString() |
static DrawStrategyFactory.Common |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrawStrategyFactory.Common[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrawStrategyFactory.Common WIREFRAME
public static final DrawStrategyFactory.Common SOLID
public static DrawStrategyFactory.Common[] values()
for (DrawStrategyFactory.Common c : DrawStrategyFactory.Common.values()) System.out.println(c);
public static DrawStrategyFactory.Common 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 getKey()
public String toString()
toString in class Enum<DrawStrategyFactory.Common>Copyright © 2014. All rights reserved.