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