EXIficient

com.siemens.ct.exi.datatype
Class DatatypeList

java.lang.Object
  extended by com.siemens.ct.exi.datatype.AbstractDatatype
      extended by com.siemens.ct.exi.datatype.DatatypeList
All Implemented Interfaces:
Datatype

public class DatatypeList
extends AbstractDatatype

TODO Description

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

Constructor Summary
DatatypeList(Datatype listDatatype)
           
 
Method Summary
 Datatype getListDatatype()
           
 
Methods inherited from class com.siemens.ct.exi.datatype.AbstractDatatype
equals, getDatatypeIdentifier, getDefaultBuiltInType
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatatypeList

public DatatypeList(Datatype listDatatype)
Method Detail

getListDatatype

public Datatype getListDatatype()

EXIficient