org.melati.poem
Class TroidPoemType

Package class diagram package TroidPoemType
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.TroidPoemType
All Implemented Interfaces:
Cloneable, PoemType, SQLPoemType, SQLType

public class TroidPoemType
extends IntegerPoemType

Table row ids.


Field Summary
static TroidPoemType it
          The instance.
 
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
TroidPoemType()
          Construct a non-nullable type.
 
Method Summary
protected  boolean _canRepresent(SQLPoemType other)
          
protected  void _saveColumnInfo(ColumnInfo columnInfo)
           
 String toDsdType()
          Might be nicer as 'Troid'.
 String toString()
          
 
Methods inherited from class org.melati.poem.IntegerPoemType
_assertValidRaw, _getRaw, _possibleRaws, _rawOfString, _setRaw
 
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, withNullable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

it

public static final TroidPoemType it
The instance.

Constructor Detail

TroidPoemType

public TroidPoemType()
Construct a non-nullable type.

Method Detail

_saveColumnInfo

protected void _saveColumnInfo(ColumnInfo columnInfo)
                        throws AccessPoemException
Overrides:
_saveColumnInfo in class IntegerPoemType
Throws:
AccessPoemException

_canRepresent

protected boolean _canRepresent(SQLPoemType other)
Description copied from class: IntegerPoemType

Overrides:
_canRepresent in class IntegerPoemType
See Also:
BasePoemType._canRepresent(org.melati.poem.SQLPoemType)

toString

public String toString()

Overrides:
toString in class BasePoemType
See Also:
Object.toString()

toDsdType

public String toDsdType()
Might be nicer as 'Troid'. The field type used in the Data Structure Definition language.

Specified by:
toDsdType in interface PoemType
Overrides:
toDsdType in class IntegerPoemType
Returns:
the Type name
See Also:
PoemType.toDsdType()


Copyright © 2000-2010 PanEris. All Rights Reserved.