public enum FlexJustifyContent extends Enum<FlexJustifyContent> implements BrowserPrefixCssType
Enum Constant and Description |
---|
CENTER |
END |
SPACE_AROUND |
SPACE_BETWEEN |
START |
Modifier and Type | Method and Description |
---|---|
String |
getIeValue() |
String |
getValue() |
static FlexJustifyContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexJustifyContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlexJustifyContent SPACE_BETWEEN
public static final FlexJustifyContent START
public static final FlexJustifyContent CENTER
public static final FlexJustifyContent END
public static final FlexJustifyContent SPACE_AROUND
public static FlexJustifyContent[] values()
for (FlexJustifyContent c : FlexJustifyContent.values()) System.out.println(c);
public static FlexJustifyContent 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 getValue()
getValue
in interface BrowserPrefixCssType
public String getIeValue()
getIeValue
in interface BrowserPrefixCssType
Copyright © 2018. All rights reserved.