|
|||||||||
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.XMLLiteral
public class XMLLiteral
XMLLiteral.
Field Summary |
---|
Fields inherited from class de.hedenus.xmltypes.impl.AbstractTypeImpl |
---|
baseTypes, name, typeFactory |
Constructor Summary | |
---|---|
XMLLiteral(TypeFactoryImpl typeFactory)
|
Method Summary | |
---|---|
java.lang.Class |
getRepresentationClass()
Returns the mapped Java type. |
java.lang.String |
getTypeSystem()
Returns the type system identifier, for example "http://www.w3.org/2001/XMLSchema" |
boolean |
isAbstract()
Returns true iff the type is abstract. |
boolean |
isPrimitive()
Returns true iff the type is considered to be a primitive. |
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.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 |
---|
public XMLLiteral(TypeFactoryImpl typeFactory)
Method Detail |
---|
public java.lang.Class getRepresentationClass()
Type
public java.lang.String getTypeSystem()
Type
public boolean isAbstract()
Type
public boolean isPrimitive()
Type
public java.lang.Object parse(java.lang.String literal) throws TypeException
Type
TypeException
public boolean validate(java.lang.Object value)
Type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |