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

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.dataType.impl.DataTypeValueImpl
          extended by org.ow2.bonita.facade.def.dataType.impl.BasicTypeDefImpl
All Implemented Interfaces:
BasicTypeDef, DataTypeValue

public class BasicTypeDefImpl
extends DataTypeValueImpl
implements BasicTypeDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.dataType.BasicTypeDef
BasicTypeDef.Type
 
Field Summary
protected  BasicTypeDef.Type type
           
 
Constructor Summary
protected BasicTypeDefImpl()
           
  BasicTypeDefImpl(BasicTypeDef.Type type)
           
 
Method Summary
 BasicTypeDefImpl copy()
           
 BasicTypeDef.Type getType()
           
 
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 BasicTypeDef.Type type
Constructor Detail

BasicTypeDefImpl

protected BasicTypeDefImpl()

BasicTypeDefImpl

public BasicTypeDefImpl(BasicTypeDef.Type type)
Method Detail

copy

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

getType

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