|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldAttributes | |
|---|---|
| org.melati.poem | Persistent Object Engine for Melati. |
| org.melati.template | Using Templates to render Objects to output formats. |
| 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,
String name)
Create a new BaseFieldAttributes based upon another, overriding its name. |
|
BaseFieldAttributes(FieldAttributes other,
String name,
String description)
Allow the description to vary as well. |
|
Field(AccessPoemException accessException,
FieldAttributes attrs)
Constructor for a Field with an access violation. |
|
Field(Object raw,
FieldAttributes attrs)
Constructor. |
|
| Uses of FieldAttributes in org.melati.template |
|---|
| Methods in org.melati.template with parameters of type FieldAttributes | |
|---|---|
Template |
ClassNameTempletLoader.templet(TemplateEngine templateEngine,
MarkupLanguage markupLanguage,
FieldAttributes attributes)
Get a templet either from the classname concatenated with FieldAttributes.RenederInfo or the class name. |
Template |
TempletLoader.templet(TemplateEngine templateEngine,
MarkupLanguage markupLanguage,
FieldAttributes attributes)
Return a templet to render a Field. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||