com.pmease.quickbuild.plugin.report.engine.datatype
Class PercentType
java.lang.Object
com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
com.pmease.quickbuild.plugin.report.engine.datatype.AbstractNumericType
com.pmease.quickbuild.plugin.report.engine.datatype.DoubleType
com.pmease.quickbuild.plugin.report.engine.datatype.PercentType
- All Implemented Interfaces:
- DataType, TypedObject, java.io.Serializable
public class PercentType
- extends DoubleType
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
asString(java.lang.Object value,
java.lang.String pattern,
java.util.Locale locale)
|
java.lang.Object |
fromString(java.lang.String str,
java.lang.String pattern,
java.util.Locale locale)
|
java.lang.String |
getDefaultPattern()
|
java.lang.String |
getType()
|
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, newInstance, setNodeType, toString, toXML |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PercentType
public PercentType()
asString
public java.lang.String asString(java.lang.Object value,
java.lang.String pattern,
java.util.Locale locale)
- Specified by:
asString
in interface DataType
- Overrides:
asString
in class DoubleType
fromString
public java.lang.Object fromString(java.lang.String str,
java.lang.String pattern,
java.util.Locale locale)
- Specified by:
fromString
in interface DataType
- Overrides:
fromString
in class DoubleType
getDefaultPattern
public java.lang.String getDefaultPattern()
- Specified by:
getDefaultPattern
in interface DataType
- Overrides:
getDefaultPattern
in class DoubleType
getType
public java.lang.String getType()
- Specified by:
getType
in interface TypedObject
- Overrides:
getType
in class DoubleType
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.