com.pmease.quickbuild.plugin.report.engine.datatype
Class BlobType

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
      extended by com.pmease.quickbuild.plugin.report.engine.datatype.StringType
          extended by com.pmease.quickbuild.plugin.report.engine.datatype.BlobType
All Implemented Interfaces:
DataType, TypedObject, java.io.Serializable

public class BlobType
extends StringType

See Also:
Serialized Form

Field Summary
static java.lang.String ESCAPE_LF
           
 
Fields inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
CSV_FORMAT, nodeType, XML_FORMAT
 
Constructor Summary
BlobType()
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.Object readFromNode(org.dom4j.Element parentNode, java.lang.String nodeName, java.util.Locale locale)
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.StringType
asDbObject, asString, fromDbObject, fromDbObject, fromString, getDefaultPattern, getDefaultValue, getReturnedClass, getSqlType, typeCast
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
asString, asString, compare, equals, fromString, fromString, fromXML, getNodeType, getReadFormat, getWriteFormat, hashCode, isCollectionType, isEqual, isIdType, isNumericType, isPrimitiveType, newInstance, setNodeType, toString, toXML, writeToNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ESCAPE_LF

public static final java.lang.String ESCAPE_LF
See Also:
Constant Field Values
Constructor Detail

BlobType

public BlobType()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject
Overrides:
getType in class StringType

readFromNode

public java.lang.Object readFromNode(org.dom4j.Element parentNode,
                                     java.lang.String nodeName,
                                     java.util.Locale locale)
Specified by:
readFromNode in interface DataType
Overrides:
readFromNode in class AbstractDataType


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.