public enum Flex extends Enum<Flex>
Enum Constant and Description |
---|
AUTO |
EIGHT |
ELEVEN |
FIVE |
FOUR |
INITIAL |
NINE |
NONE |
ONE |
SEVEN |
SIX |
TEN |
THREE |
TWELVE |
TWO |
Modifier and Type | Method and Description |
---|---|
String |
getBasis() |
int |
getGrow() |
int |
getShrink() |
static Flex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Flex[] values()
for (Flex c : Flex.values()) System.out.println(c);
public static Flex 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 int getGrow()
public int getShrink()
Copyright © 2018. All rights reserved.