public enum ApplicationScale extends Enum<ApplicationScale>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ApplicationScale |
safeValueOf(String value) |
static ApplicationScale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationScale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationScale SCALE
public static final ApplicationScale NO_SCALE
public static ApplicationScale[] values()
for (ApplicationScale c : ApplicationScale.values()) System.out.println(c);
public static ApplicationScale 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 static ApplicationScale safeValueOf(String value)
public String getValue()
Copyright © 2015 JBoss by Red Hat. All rights reserved.