|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.metadata.DefaultDatatype
butler.sql.metadata.StringDatatype
butler.sql.metadata.NumericDatatype
butler.sql.metadata.MoneyDatatype
public class MoneyDatatype
Nested Class Summary |
---|
Nested classes/interfaces inherited from class butler.sql.metadata.StringDatatype |
---|
StringDatatype.StringLikeDatatype |
Field Summary |
---|
Fields inherited from class butler.sql.metadata.StringDatatype |
---|
_maxLength, _minLength, _partialRegex, _regex |
Constructor Summary | |
---|---|
MoneyDatatype()
|
Method Summary | |
---|---|
java.text.Format |
getFormat()
Returns Format instance. |
java.lang.Object |
xml2obj(java.lang.String str)
Converts from xml string format to java object format. |
Methods inherited from class butler.sql.metadata.NumericDatatype |
---|
db2obj, getDecimalDigits, getJavaClass, getMaxLength, getPartialRegex, getRegex, getSize, getType, validate |
Methods inherited from class butler.sql.metadata.StringDatatype |
---|
format, getDatatype, getLikeDatatype, getMinLength, isTrim, isTruncate, obj2db, parseStringDatatype, setTrim, setTruncate, toXML |
Methods inherited from class butler.sql.metadata.DefaultDatatype |
---|
getInstance, getMaskFormatter, getOperators, obj2xml, parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoneyDatatype() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public java.text.Format getFormat() throws java.lang.Exception
Datatype
getFormat
in interface Datatype
getFormat
in class NumericDatatype
java.lang.Exception
public java.lang.Object xml2obj(java.lang.String str) throws java.lang.Exception
Datatype
xml2obj
in interface Datatype
xml2obj
in class NumericDatatype
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |