org.melati.poem
Class IndexPoemType
java.lang.Object
org.melati.poem.BasePoemType<T>
org.melati.poem.AtomPoemType<T>
org.melati.poem.IntegerPoemType
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
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 |
IndexPoemType
public IndexPoemType(boolean nullable)
- Constructor.
- Parameters:
nullable
- whether null is an allowed value
Copyright © 2000-2010 PanEris. All Rights Reserved.