planetj.possiblevalues
Class FieldNullibilityPV

java.lang.Object
  |
  +--planetj.possiblevalues.AbstractPV
        |
        +--planetj.possiblevalues.FieldNullibilityPV
All Implemented Interfaces:
IPossibleValueGetter

public class FieldNullibilityPV
extends AbstractPV

Author:
PlanetJ Corporation

Field Summary
static int ALLOW_NULLS
           
static String KEY
           
static int NO_NULLS
           
static int NO_NULLS_DEFAULT
           
 
Constructor Summary
FieldNullibilityPV()
          FieldNullibilityPV constructor comment.
 
Method Summary
 String getKey()
          Get the key for this possible value class.
 String[] getOrderByColumnNames()
          Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
 
Methods inherited from class planetj.possiblevalues.AbstractPV
getPossibleValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values

NO_NULLS

public static final int NO_NULLS
See Also:
Constant Field Values

ALLOW_NULLS

public static final int ALLOW_NULLS
See Also:
Constant Field Values

NO_NULLS_DEFAULT

public static final int NO_NULLS_DEFAULT
See Also:
Constant Field Values
Constructor Detail

FieldNullibilityPV

public FieldNullibilityPV()
FieldNullibilityPV constructor comment.

Method Detail

getKey

public String getKey()
Description copied from class: AbstractPV
Get the key for this possible value class.

Specified by:
getKey in class AbstractPV

getOrderByColumnNames

public String[] getOrderByColumnNames()
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)

Overrides:
getOrderByColumnNames in class AbstractPV
Returns:
String array of columns to order by