|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.field.DataPropertiesRegistry.Info
Convenience class used to hold a validator and data model. Returned from getEntry() in the class DataPropertiesRegistry.
Field Summary | |
protected String |
validator
|
protected String |
value_model
|
Constructor Summary | |
DataPropertiesRegistry.Info(String validator,
String value_model)
Creates a DataProperties entry with the specifed validator and data model. |
Method Summary | |
String |
getValidator()
Returns the validator class name. |
String |
getValueModel()
Returns the data model class name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String validator
protected String value_model
Constructor Detail |
public DataPropertiesRegistry.Info(String validator, String value_model)
Method Detail |
public String getValidator()
public String getValueModel()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |