|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.BasePoemType
org.melati.poem.AtomPoemType
org.melati.poem.IntegerPoemType
org.melati.poem.IndexPoemType
public class IndexPoemType
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.
| 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 |
|---|
public IndexPoemType(boolean nullable)
nullable - whether null is an allowed value
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||