public class StateRange extends BaseArgumentRange
| Constructor and Description |
|---|
StateRange() |
StateRange(boolean disallowed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisallowed() |
Class<?> |
getInputType() |
RangeType |
getType() |
boolean |
hasType(BaseArgument argument) |
boolean |
isEnabled() |
boolean |
isInRange(BaseArgument argument) |
String |
toString() |
String |
toString(ArgumentRangeSerializer serializer) |
asCollectionSize, asNumberChoose, asNumberValue, asState, asTextChoose, asTextSize, getLabel, setLabelpublic boolean isEnabled()
public boolean getDisallowed()
public RangeType getType()
getType in class BaseArgumentRangepublic Class<?> getInputType()
getInputType in class BaseArgumentRangepublic boolean hasType(BaseArgument argument)
hasType in class BaseArgumentRangepublic boolean isInRange(BaseArgument argument)
isInRange in class BaseArgumentRangepublic String toString()
toString in class BaseArgumentRangepublic String toString(ArgumentRangeSerializer serializer)
toString in class BaseArgumentRangeCopyright © 2021. All rights reserved.