Uses of Class
org.melati.poem.StandardIntegrityFix

Packages that use StandardIntegrityFix
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.generated The POEM-generated support classes for org.melati.poem. 
 

Uses of StandardIntegrityFix in org.melati.poem
 

Fields in org.melati.poem declared as StandardIntegrityFix
static StandardIntegrityFix StandardIntegrityFix.clear
          Clear (make null) field in referring object.
static StandardIntegrityFix StandardIntegrityFix.delete
          Delete referred objects.
static StandardIntegrityFix StandardIntegrityFix.prevent
          Disallow the deletion.
 

Methods in org.melati.poem that return StandardIntegrityFix
protected  StandardIntegrityFix Column.defaultIntegrityFix()
           
static StandardIntegrityFix StandardIntegrityFix.forIndex(int i)
          Get a fix by its index.
static StandardIntegrityFix StandardIntegrityFix.named(String name)
          Find by name.
 

Methods in org.melati.poem with parameters of type StandardIntegrityFix
 void Column.setIntegrityFix(StandardIntegrityFix fix)
           
 

Uses of StandardIntegrityFix in org.melati.poem.generated
 

Methods in org.melati.poem.generated that return StandardIntegrityFix
 StandardIntegrityFix ColumnInfoBase.getIntegrityfix()
          Retrieves the Integrityfix value of this Persistent.
 

Methods in org.melati.poem.generated with parameters of type StandardIntegrityFix
 void ColumnInfoBase.setIntegrityfix(StandardIntegrityFix cooked)
          Sets the Integrityfix value, with checking, for the Persistent argument.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.