Uses of Interface
org.melati.poem.FieldAttributes

Packages that use FieldAttributes
org.melati.poem Persistent Object Engine for Melati. 
 

Uses of FieldAttributes in org.melati.poem
 

Classes in org.melati.poem that implement FieldAttributes
 class BaseFieldAttributes
          Base class of all Fields.
 class Column
          Abstract Table column which is extended by the generated classes.
 class ExtraColumn
          A Column which exists in the dbms but is not defined in the DSD.
 class Field
          A Field.
 

Methods in org.melati.poem that return FieldAttributes
 FieldAttributes ValueInfo.fieldAttributesRenamedAs(FieldAttributes c)
           
 

Methods in org.melati.poem with parameters of type FieldAttributes
 FieldAttributes ValueInfo.fieldAttributesRenamedAs(FieldAttributes c)
           
 

Constructors in org.melati.poem with parameters of type FieldAttributes
BaseFieldAttributes(FieldAttributes other, boolean nullable)
          Create a new BaseFieldAttributes based upon another, overriding its nullability.
BaseFieldAttributes(FieldAttributes other, PoemType type)
          Create a new BaseFieldAttributes based upon another, but overriding its type.
BaseFieldAttributes(FieldAttributes other, java.lang.String name)
          Create a new BaseFieldAttributes based upon another, overriding its name.
BaseFieldAttributes(FieldAttributes other, java.lang.String name, java.lang.String description)
          Allow the description to vary as well.
Field(AccessPoemException accessException, FieldAttributes attrs)
          Constructor for a Field with an access violation.
Field(java.lang.Object raw, FieldAttributes attrs)
          Constructor.
 



Copyright © 2000-2009 PanEris. All Rights Reserved.