planetj.possiblevalues
Class MonthFieldPV
java.lang.Object
  |
  +--planetj.possiblevalues.AbstractPV
        |
        +--planetj.possiblevalues.MonthFieldPV
- All Implemented Interfaces: 
 - IPossibleValueGetter
 
- public class MonthFieldPV
- extends AbstractPV
  
 
| 
Constructor Summary | 
MonthFieldPV()
 
          StateFieldPossibleValues 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) | 
 
 
 
KEY
public static final String KEY
- See Also:
 - Constant Field Values
 
MonthFieldPV
public MonthFieldPV()
- StateFieldPossibleValues 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