EXIficient

com.siemens.ct.exi.datatype
Class AbstractDatatype

java.lang.Object
  extended by com.siemens.ct.exi.datatype.AbstractDatatype
All Implemented Interfaces:
Datatype
Direct Known Subclasses:
DatatypeBinary, DatatypeBoolean, DatatypeBooleanPattern, DatatypeDatetime, DatatypeDecimal, DatatypeEnumeration, DatatypeFloat, DatatypeInteger, DatatypeList, DatatypeNBitInteger, DatatypeString, DatatypeUnsignedInteger

public abstract class AbstractDatatype
extends java.lang.Object
implements Datatype

TODO Description

Version:
0.3.20081111
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Constructor Summary
AbstractDatatype(BuiltInType builtInType, ExpandedName datatypeIdentifier)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ExpandedName getDatatypeIdentifier()
           
 BuiltInType getDefaultBuiltInType()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDatatype

public AbstractDatatype(BuiltInType builtInType,
                        ExpandedName datatypeIdentifier)
Method Detail

getDefaultBuiltInType

public BuiltInType getDefaultBuiltInType()
Specified by:
getDefaultBuiltInType in interface Datatype

getDatatypeIdentifier

public ExpandedName getDatatypeIdentifier()
Specified by:
getDatatypeIdentifier in interface Datatype

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

EXIficient