Package com.iizix.prop
Interface IPropCnrKString
- All Known Implementing Classes:
- AxisKString,- ChartKString
public interface IPropCnrKString
Interface for a generic KString setting for a property container implemented by enum classes with validation support.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionGets the default value when the property is not set.Returns the name of the property, usually starting with '$'.- default voidValidates a new string.
- Method Details- getDefaultValueKString getDefaultValue()Gets the default value when the property is not set.- Returns:
- The default value, or null for none.
 
- validateValidates a new string.- Override to provide validation, default doesn't validate. - Parameters:
- pc- The property container that will be set.
- ks- The KString to validate.
- Throws:
- NullPointerException- If the string is null.
- PropValidateException- If the string doesn't validate.
 
- getPropNameString getPropName()Returns the name of the property, usually starting with '$'.