|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hedenus.xmltypes.impl.AbstractTypeImpl
de.hedenus.xmltypes.impl.W3SchemaType
de.hedenus.xmltypes.impl.BuiltInDerivedType
de.hedenus.xmltypes.impl.IntType
public class IntType
Int type.
Field Summary |
---|
Fields inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl |
---|
baseTypes, name, typeFactory |
Constructor Summary | |
---|---|
protected |
IntType(TypeFactoryImpl typeFactory)
|
Method Summary | |
---|---|
java.lang.Class |
getRepresentationClass()
Returns the mapped Java type. |
java.lang.Object |
parse(java.lang.String literal)
Parses a lexical value. |
boolean |
validate(java.lang.Object value)
Returns true iff the value is valid. |
Methods inherited from class de.hedenus.xmltypes.impl.BuiltInDerivedType |
---|
isAbstract, isPrimitive |
Methods inherited from class de.hedenus.xmltypes.impl.W3SchemaType |
---|
getTypeSystem |
Methods inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl |
---|
checkNull, getBaseTypes, getName, toLiteral, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected IntType(TypeFactoryImpl typeFactory)
Method Detail |
---|
public java.lang.Object parse(java.lang.String literal) throws TypeException
Type
TypeException
public boolean validate(java.lang.Object value)
Type
public java.lang.Class getRepresentationClass()
Type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |