com.klg.jclass.field
Class DataPropertiesRegistry.Info
java.lang.Object
|
+--com.klg.jclass.field.DataPropertiesRegistry.Info
- Enclosing class:
- DataPropertiesRegistry
- public static class DataPropertiesRegistry.Info
- extends Object
Convenience class used to hold a validator and data model.
Returned from getEntry() in the class DataPropertiesRegistry.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
validator
protected String validator
value_model
protected String value_model
DataPropertiesRegistry.Info
public DataPropertiesRegistry.Info(String validator,
String value_model)
- Creates a DataProperties entry with the specifed validator and
data model.
getValidator
public String getValidator()
- Returns the validator class name.
getValueModel
public String getValueModel()
- Returns the data model class name.