planetj.possiblevalues
Class USStateFieldPV

java.lang.Object
  extended byplanetj.possiblevalues.AbstractPV
      extended byplanetj.possiblevalues.USStateFieldPV
All Implemented Interfaces:
IPossibleValueGetter

public class USStateFieldPV
extends AbstractPV


Field Summary
static java.lang.String KEY
           
 
Constructor Summary
USStateFieldPV()
          StateFieldPossibleValues constructor comment.
 
Method Summary
 java.lang.String getKey()
          Get the key for this possible value class.
 
Methods inherited from class planetj.possiblevalues.AbstractPV
getOrderByColumnNames, getPossibleValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values
Constructor Detail

USStateFieldPV

public USStateFieldPV()
StateFieldPossibleValues constructor comment.

Method Detail

getKey

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

Specified by:
getKey in class AbstractPV