org.melati.poem.prepro
Class NullableFieldQualifier

Package class diagram package NullableFieldQualifier
java.lang.Object
  extended by org.melati.poem.prepro.FieldQualifier
      extended by org.melati.poem.prepro.NullableFieldQualifier

public class NullableFieldQualifier
extends FieldQualifier

A FieldQualifier which defines whether a Field is Nullable.


Constructor Summary
NullableFieldQualifier()
          Constructor.
 
Method Summary
 void apply(FieldDef field)
          Update the model.
 
Methods inherited from class org.melati.poem.prepro.FieldQualifier
from
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullableFieldQualifier

public NullableFieldQualifier()
Constructor.

Method Detail

apply

public void apply(FieldDef field)
           throws org.melati.poem.prepro.NullTroidException,
                  org.melati.poem.prepro.NullDeletedException
Update the model.

Specified by:
apply in class FieldQualifier
Parameters:
field - the FieldDef to update
Throws:
NullTroidException - if the field is a TROID
NullDeletedException - if the field is a Deleted


Copyright © 2000-2010 PanEris. All Rights Reserved.