Constructor and Description |
---|
Checkbox() |
Modifier and Type | Method and Description |
---|---|
void |
checkBreaksRequiredContract(Property property) |
void |
checkTypeValidity(Property property) |
Value |
createPropertyValue(String value,
InputTypeConfig config) |
void |
validateOccurrences(Occurrences occurrences)
Override this method to validate what type of Occurrences is allowed for this type.
|
equals, getDefaultConfig, getInputTypeConfigJsonSerializer, getInputTypeConfigXmlSerializer, getName, hasConfig, hashCode, requiredConfigClass, requiresConfig, toString
public void checkBreaksRequiredContract(Property property) throws BreaksRequiredContractException
checkBreaksRequiredContract
in class InputType
BreaksRequiredContractException
public void checkTypeValidity(Property property) throws InvalidTypeException
checkTypeValidity
in class InputType
InvalidTypeException
public void validateOccurrences(Occurrences occurrences)
InputType
validateOccurrences
in class InputType
public Value createPropertyValue(String value, InputTypeConfig config)
createPropertyValue
in class InputType