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