JClass 4.5.0 API
Documentation

com.klg.jclass.field
Class DataProperties

java.lang.Object
  |
  +--com.klg.jclass.field.DataProperties

public class DataProperties
extends Object

A Bean property which wraps the validator, data model, and Field objects properties into one property.


Field Summary
protected  JCInvalidInfo invalidInfo
           
protected  JCValidator validator
           
protected  com.klg.jclass.util.value.JCValueModel value
           
 
Constructor Summary
DataProperties(JCValidator validator, com.klg.jclass.util.value.JCValueModel value, JCInvalidInfo invalid_info)
          Constructs a DataProperties object with the validator, data model, and Field properties specified.
 
Method Summary
 JCInvalidInfo getInvalidInfo()
          Returns the invalid policy used.
 JCValidator getValidator()
          Returns the validator currently being used.
 com.klg.jclass.util.value.JCValueModel getValueModel()
          Returns the data model currently being used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validator

protected JCValidator validator

value

protected com.klg.jclass.util.value.JCValueModel value

invalidInfo

protected JCInvalidInfo invalidInfo
Constructor Detail

DataProperties

public DataProperties(JCValidator validator,
                      com.klg.jclass.util.value.JCValueModel value,
                      JCInvalidInfo invalid_info)
Constructs a DataProperties object with the validator, data model, and Field properties specified.
See Also:
JCValidator, JCValueModel, JCInvalidInfo
Method Detail

getValidator

public JCValidator getValidator()
Returns the validator currently being used.
See Also:
JCValidator

getValueModel

public com.klg.jclass.util.value.JCValueModel getValueModel()
Returns the data model currently being used.
See Also:
JCValueModel

getInvalidInfo

public JCInvalidInfo getInvalidInfo()
Returns the invalid policy used.

Copyright© 1999-2000 KL Group Inc.
All rights reserved.