public interface IPropCnrInteger
Modifier and Type | Method and Description |
---|---|
int |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
default void |
validate(PropCnr pc,
int value)
Validates a new value.
|
int getDefaultValue()
default void validate(PropCnr pc, int value) throws PropValidateException
Override to provide validation, default doesn't validate.
pc
- The property container that will be set.value
- The new value to validate.PropValidateException
- If the value doesn't validate.String getPropName()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.