org.melati.poem
Class DeletedPoemType

Package class diagram package DeletedPoemType
java.lang.Object
  extended by org.melati.poem.BasePoemType<T>
      extended by org.melati.poem.AtomPoemType
          extended by org.melati.poem.BooleanPoemType
              extended by org.melati.poem.DeletedPoemType
All Implemented Interfaces:
Cloneable, PoemType, SQLPoemType, SQLType

public class DeletedPoemType
extends BooleanPoemType

A DeletedField is a flag field in a record which marks the whole record as deleted.

See Also:
DeletedFieldQualifier

Field Summary
static DeletedPoemType it
          The instance.
 
Fields inherited from class org.melati.poem.AtomPoemType
sqlTypeName
 
Fields inherited from class org.melati.poem.BasePoemType
nullable
 
Constructor Summary
DeletedPoemType()
          Non-nullable constructor.
 
Method Summary
protected  boolean _canRepresent(SQLPoemType other)
           
protected  void _saveColumnInfo(ColumnInfo columnInfo)
           
 String toDsdType()
          The field type used in the Data Structure Definition language.
 String toString()
          
 
Methods inherited from class org.melati.poem.BooleanPoemType
_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 DeletedPoemType it
The instance.

Constructor Detail

DeletedPoemType

public DeletedPoemType()
Non-nullable constructor.

Method Detail

_saveColumnInfo

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

_canRepresent

protected boolean _canRepresent(SQLPoemType other)
Overrides:
_canRepresent in class BooleanPoemType

toString

public String toString()

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

toDsdType

public String toDsdType()
The field type used in the Data Structure Definition language.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.