|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
com.pmease.quickbuild.plugin.report.engine.datatype.StringType
com.pmease.quickbuild.plugin.report.engine.datatype.BlobType
public class BlobType
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 |
---|
public static final java.lang.String ESCAPE_LF
Constructor Detail |
---|
public BlobType()
Method Detail |
---|
public java.lang.String getType()
getType
in interface TypedObject
getType
in class StringType
public java.lang.Object readFromNode(org.dom4j.Element parentNode, java.lang.String nodeName, java.util.Locale locale)
readFromNode
in interface DataType
readFromNode
in class AbstractDataType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |