List of usage examples for org.apache.commons.beanutils DynaProperty subclass-usage
From source file org.seasar.struts.action.S2DynaProperty.java
/**
* Seasar2???
*
* @author higa
*
*/
From source file org.apache.ddlutils.dynabean.SqlDynaProperty.java
/**
* A DynaProperty which maps to a persistent Column in a database.
* The Column describes additional relational metadata
* for the property such as whether the property is a primary key column,
* an autoIncrement column and the SQL type etc.
*
From source file ddf.catalog.data.dynamic.impl.MetacardPropertyDescriptorImpl.java
/**
* Extends the DynaProperty to include fields used by the catalog: indexedBySource, tokenized,
* and stored. This class mirrors the DynaProperty constructors with the addition of constructors taking
* values for the added fields. Attributes of the dynamic metacards are described by instances
* of this class.
*/
From source file net.sf.jrf.domain.PersistentObjectDynaProperty.java
/** Extension of <code>DynaProperty</code> that contains the <code>PersistentObject</code> * properties with the sub-set of properties from <code>ColumnSpec</code>, most of which * are applicable in pure Java space. */ public class PersistentObjectDynaProperty extends DynaProperty {
From source file org.jaffa.flexfields.FlexProperty.java
/** * FlexProperty is an extension to DynaProperty. * It holds flexInfo for each property. * Instances of this class are encapsulated within a FlexClass instance. */ public class FlexProperty extends DynaProperty {