public static enum TemplateValue.ValueType extends Enum<TemplateValue.ValueType>
| Enum Constant and Description |
|---|
AUTO
Type which represents relative auto value.
|
AUTO_REPEAT
Type which represents auto-repeat value.
|
FIT_CONTENT
Type which presents fit content function value.
|
FIXED_REPEAT
Type which represents fixed repeat value.
|
FLEX
Type which represents relative flexible value.
|
MAX_CONTENT
Type which represents relative max content value.
|
MIN_CONTENT
Type which represents relative min content value.
|
MINMAX
Type which represents minmax function value.
|
PERCENT
Type which represents relative percent value.
|
POINT
Type which represents absolute point value.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateValue.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateValue.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateValue.ValueType POINT
public static final TemplateValue.ValueType PERCENT
public static final TemplateValue.ValueType AUTO
public static final TemplateValue.ValueType MIN_CONTENT
public static final TemplateValue.ValueType MAX_CONTENT
public static final TemplateValue.ValueType FIT_CONTENT
public static final TemplateValue.ValueType MINMAX
public static final TemplateValue.ValueType FLEX
public static final TemplateValue.ValueType FIXED_REPEAT
public static final TemplateValue.ValueType AUTO_REPEAT
public static TemplateValue.ValueType[] values()
for (TemplateValue.ValueType c : TemplateValue.ValueType.values()) System.out.println(c);
public static TemplateValue.ValueType 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 nullCopyright © 1998–2025 Apryse Group NV. All rights reserved.