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
 
 
 
| 
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) | 
 
 
 
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
 
FieldNullibilityPV
public FieldNullibilityPV()
- FieldNullibilityPV constructor comment.
 
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