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