org.melati.poem
Class IndexPoemType

Package class diagram package IndexPoemType
java.lang.Object
  extended by org.melati.poem.BasePoemType<T>
      extended by org.melati.poem.AtomPoemType<T>
          extended by org.melati.poem.IntegerPoemType
              extended by org.melati.poem.IndexPoemType
All Implemented Interfaces:
Cloneable, PoemType, SQLPoemType, SQLType
Direct Known Subclasses:
ColumnTypePoemType, DisplayLevelPoemType, IntegrityFixPoemType, ReferencePoemType, SearchabilityPoemType

public class IndexPoemType
extends IntegerPoemType

An object with an Integer index to its value, introduced to the class hierarchy to distinguish between an Integer as a value and an Integer as a key. All the objects which are rendered using an HTML select dropdown should inherit from this.

Since:
29 Jun 2007
Author:
timp

Field Summary
 
Fields inherited from class org.melati.poem.IntegerPoemType
nullableInstance
 
Fields inherited from class org.melati.poem.AtomPoemType
sqlTypeName
 
Fields inherited from class org.melati.poem.BasePoemType
nullable
 
Constructor Summary
IndexPoemType(boolean nullable)
          Constructor.
 
Method Summary
 
Methods inherited from class org.melati.poem.IntegerPoemType
_assertValidRaw, _canRepresent, _getRaw, _possibleRaws, _rawOfString, _saveColumnInfo, _setRaw, toDsdType
 
Methods inherited from class org.melati.poem.AtomPoemType
_assertValidCooked, _cookedOfRaw, _quotedRaw, _rawOfCooked, _sqlDefinition, _stringOfCooked, _stringOfRaw, _toString, sqlDefaultValue
 
Methods inherited from class org.melati.poem.BasePoemType
assertValidCooked, assertValidRaw, canRepresent, clone, cookedOfRaw, getLimitRaw, getLowRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, toString, withNullable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexPoemType

public IndexPoemType(boolean nullable)
Constructor.

Parameters:
nullable - whether null is an allowed value


Copyright © 2000-2010 PanEris. All Rights Reserved.