planetj.database.possiblevalues
Class PossibleValueTable

java.lang.Object
  |
  +--planetj.database.Table
        |
        +--planetj.database.possiblevalues.PossibleValueTable
All Implemented Interfaces:
IDBObject, IPossibleValue, ITable, IXMLObject, Serializable

public class PossibleValueTable
extends Table
implements IPossibleValue

Author:
PlanetJ Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class planetj.database.Table
className, KEY_SEPARATOR
 
Fields inherited from interface planetj.database.possiblevalues.IPossibleValue
DISPLAY_ORDER, DISPLAY_VALUE, DISPLAY_VALUE_SQL_TYPE, FIELD_NAME, KEY, LIBRARY_NAME, OWNER_ID, POSSIBLE_VALUES_TABLE_NAME, SYSTEM_ALIAS, TABLE_NAME, TYPE, TYPE_CONFIG_PROPERTY, TYPE_POSSIBLE_VALUE, VALUE
 
Constructor Summary
PossibleValueTable()
          Create a mew PossibleValueTable.
PossibleValueTable(String pName, Library library)
          PossibleValueTable constructor comment.
 
Method Summary
 void createFieldDescriptors()
          Creates and stores a FieldDescriptorCollection of FieldDescriptors for this table.
 FieldDescriptorRow newFD()
           
 
Methods inherited from class planetj.database.Table
appendFullyQualifiedName, appendFullyQualifiedName, copyFieldDescriptors, createTable, createTable, createTableInDB, getAllOrderedColumnNames, getAllOrderedColumnNames, getAllRows, getAssociations, getAutoIncrementFieldDescriptors, getCreationSQL, getCreationSQL, getCreationSQL, getCreationSQL, getFieldDescriptor, getFieldDescriptor, getFieldDescriptorCollection, getFieldDescriptorCollection, getFieldDescriptorsWithAssociations, getFieldDescriptorsWithUsageIdOverlap, getFieldNames, getFullyQualifiedName, getIPAddress, getKeyFieldNames, getLastUpdated, getLibrary, getLibraryName, getLogicalFieldNames, getMetadataInvalidationTime, getMetaDataSystemAlias, getName, getPhysicalFieldNames, getPhysicalTable, getRow, getRowClass, getSystem, getSystemAlias, getSystemURL, getTable, getTable, getTableDescriptor, getXMLData, isCheckedDataFileForFDs, isExistenceConfirmed, isFDsReadFromDBMetadata, isShared, setCheckedDataFileForFDs, setFDsReadFromDBMetadata, setLastUpdated, setMetadataInvalidationTime, toString, toTableCollection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PossibleValueTable

public PossibleValueTable()
Create a mew PossibleValueTable. Don't directly invoke this method; use the createTable() method instead.


PossibleValueTable

public PossibleValueTable(String pName,
                          Library library)
PossibleValueTable constructor comment.

Parameters:
pName - java.lang.String
library - planetj.database.Library
Method Detail

createFieldDescriptors

public void createFieldDescriptors()
                            throws DataEngineException
Creates and stores a FieldDescriptorCollection of FieldDescriptors for this table.

Overrides:
createFieldDescriptors in class Table
Returns:
Map
DataEngineException

newFD

public FieldDescriptorRow newFD()
                         throws DataEngineException
DataEngineException