com.pmease.quickbuild.plugin.report.engine.datatype
Class BlobType
java.lang.Object
com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
com.pmease.quickbuild.plugin.report.engine.datatype.StringType
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
|
Method Summary |
java.lang.Object |
asDbObject(java.lang.Object original)
|
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.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 |
ESCAPE_LF
public static final java.lang.String ESCAPE_LF
- See Also:
- Constant Field Values
BlobType
public BlobType()
getType
public java.lang.String getType()
- Specified by:
getType
in interface TypedObject
- Overrides:
getType
in class StringType
asDbObject
public java.lang.Object asDbObject(java.lang.Object original)
- Specified by:
asDbObject
in interface DataType
- Overrides:
asDbObject
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.