info.informatica.data.field
Class PasswordField

java.lang.Object
  extended by info.informatica.data.field.DataType
      extended by info.informatica.data.field.StringField
          extended by info.informatica.data.field.PasswordField

public class PasswordField
extends StringField


Field Summary
 
Fields inherited from class info.informatica.data.field.DataType
DEFAULT_TYPE
 
Constructor Summary
PasswordField()
           
 
Method Summary
 Object sample()
          Provide a sample of this data type.
 
Methods inherited from class info.informatica.data.field.StringField
objectValue, validate
 
Methods inherited from class info.informatica.data.field.DataType
create, createAs, dataType, equals, getDefaultClassName, getFormat, getIntType, getJavaSQLType, getName, getSize, getTypeName, hashCode, setFormat, setJavaSQLType, setSize, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordField

public PasswordField()
Method Detail

sample

public Object sample()
Description copied from class: DataType
Provide a sample of this data type. Should be reasonably random.

Overrides:
sample in class StringField
Returns:
the sample, or null if no suitable sample could be produced.