public enum RangeType extends Enum<RangeType>
| Enum Constant and Description |
|---|
COLLECTION_SIZE_RANGE |
CUSTOM |
NUMBER_CHOOSE_RANGE |
NUMBER_VALUE_RANGE |
STATE_RANGE |
TEXT_CHOOSE_RANGE |
TEXT_SIZE_RANGE |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getInputType() |
RangeSuperType |
getSuperType() |
static RangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeType CUSTOM
public static final RangeType TEXT_SIZE_RANGE
public static final RangeType TEXT_CHOOSE_RANGE
public static final RangeType STATE_RANGE
public static final RangeType NUMBER_VALUE_RANGE
public static final RangeType NUMBER_CHOOSE_RANGE
public static final RangeType COLLECTION_SIZE_RANGE
public static RangeType[] values()
for (RangeType c : RangeType.values()) System.out.println(c);
public static RangeType 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 RangeSuperType getSuperType()
public Class<?> getInputType()
Copyright © 2021. All rights reserved.