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