org.ow2.bonita.facade.def.dataType.impl
Class DataTypeDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.dataType.impl.DataTypeDefImpl
All Implemented Interfaces:
DataTypeDef

public class DataTypeDefImpl
extends DefImpl
implements DataTypeDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.dataType.DataTypeDef
DataTypeDef.Type
 
Field Summary
protected  DataTypeDef.Type type
           
protected  DataTypeValueImpl value
           
 
Constructor Summary
protected DataTypeDefImpl()
           
  DataTypeDefImpl(DataTypeDef.Type type, DataTypeValueImpl value)
           
 
Method Summary
 DataTypeDefImpl copy()
           
 DataTypeDef.Type getType()
           
 DataTypeValue getValue()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected DataTypeDef.Type type

value

protected DataTypeValueImpl value
Constructor Detail

DataTypeDefImpl

protected DataTypeDefImpl()

DataTypeDefImpl

public DataTypeDefImpl(DataTypeDef.Type type,
                       DataTypeValueImpl value)
Method Detail

copy

public DataTypeDefImpl copy()
Specified by:
copy in class DefImpl

getType

public DataTypeDef.Type getType()
Specified by:
getType in interface DataTypeDef

getValue

public DataTypeValue getValue()
Specified by:
getValue in interface DataTypeDef