|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.xfire.aegis.type.Type | +--org.codehaus.xfire.aegis.type.SimpleType | +--org.codehaus.xfire.aegis.type.IntegerType
Integer Type.
Constructor Summary | |
IntegerType()
|
Method Summary | |
java.lang.Object |
coerceString(java.lang.String string)
Coerce the string to an object (i.e. |
java.lang.String |
coerceValue(java.lang.Object value)
Coerce a value to a string (i.e. |
org.dom4j.QName |
getDefaultSchemaType()
|
Methods inherited from class org.codehaus.xfire.aegis.type.SimpleType |
configure, getKey, read, setKey, write, writeSchema |
Methods inherited from class org.codehaus.xfire.aegis.type.Type |
getDependencies, getDocumentation, getMaxOccurs, getMinOccurs, getName, getOgnl, getQName, getSchemaType, isComplex, setDocumentation, setMaxOccurs, setMinOccurs, setName, setOgnl, setQName, setSchemaType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntegerType()
Method Detail |
public java.lang.Object coerceString(java.lang.String string)
SimpleType
coerceString
in class SimpleType
string
-
public java.lang.String coerceValue(java.lang.Object value)
SimpleType
coerceValue
in class SimpleType
value
-
public org.dom4j.QName getDefaultSchemaType()
getDefaultSchemaType
in class SimpleType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |