wt.csm.constraint
Class CSMConstraintMapperRB_en_US

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bywt.csm.constraint.CSMConstraintMapperRB_en_US

public class CSMConstraintMapperRB_en_US
extends ListResourceBundle

State resource bundle [English/US]

The defined list of valid values for wt.units.BaseSymbol

Usage notes:

To add additional states, add entries to the static final array, and recompile this class.

Array entries:

 1. location tag (not used currently)
 2. lookup key - this is stored in the database if State is used as a persistent
    attribute
 3. display value - this may be changed at any time
 4. description
 5. sequence number - sort order for drop down list
 6. default value (true/false - only one entry should be designated true)
 7. selectable value (true/false) - false indicates it will not appear in lists
 

Supported API: true
Extendable: true

See Also:
EnumeratedType

Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
(package private) static Object[][] contents
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CSMConstraintMapperRB_en_US()
           
 
Method Summary
 Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

static final Object[][] contents
Constructor Detail

CSMConstraintMapperRB_en_US

public CSMConstraintMapperRB_en_US()
Method Detail

getContents

public Object[][] getContents()