org.melati.poem
Class PasswordPoemType

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

public class PasswordPoemType
extends StringPoemType

A password.


Field Summary
 
Fields inherited from class org.melati.poem.StringPoemType
nullableInstance
 
Fields inherited from class org.melati.poem.AtomPoemType
sqlTypeName
 
Fields inherited from class org.melati.poem.BasePoemType
nullable
 
Constructor Summary
PasswordPoemType(boolean nullable, int size)
          Constructor.
 
Method Summary
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.StringPoemType
_assertValidRaw, _canRepresent, _getRaw, _quotedRaw, _rawOfString, _setRaw, _sqlDefinition
 
Methods inherited from class org.melati.poem.SizedAtomPoemType
getSize, sizeGreaterEqual, withSize
 
Methods inherited from class org.melati.poem.AtomPoemType
_assertValidCooked, _cookedOfRaw, _rawOfCooked, _stringOfCooked, _stringOfRaw, _toString, sqlDefaultValue
 
Methods inherited from class org.melati.poem.BasePoemType
_possibleRaws, 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
 

Constructor Detail

PasswordPoemType

public PasswordPoemType(boolean nullable,
                        int size)
Constructor.

Parameters:
nullable - whether value may be null
size - how big the field may be
Method Detail

toString

public String toString()

Overrides:
toString in class StringPoemType
See Also:
StringPoemType.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 StringPoemType
Returns:
a dsd type
See Also:
StringPoemType.toDsdType()

_saveColumnInfo

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


Copyright © 2000-2010 PanEris. All Rights Reserved.