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

java.lang.Object
  extended by org.ow2.bonita.facade.def.dataType.impl.DataTypeValueImpl
      extended by org.ow2.bonita.facade.def.dataType.impl.BasicTypeDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, BasicTypeDefinition, DataTypeValue

public class BasicTypeDefinitionImpl
extends DataTypeValueImpl
implements BasicTypeDefinition

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.dataType.BasicTypeDefinition
BasicTypeDefinition.Type
 
Field Summary
protected  BasicTypeDefinition.Type type
           
 
Constructor Summary
protected BasicTypeDefinitionImpl()
           
  BasicTypeDefinitionImpl(BasicTypeDefinition.Type type)
           
  BasicTypeDefinitionImpl(BasicTypeDefinition src)
           
 
Method Summary
 BasicTypeDefinition copy()
          Returns DataTypeValue interface.
 BasicTypeDefinition.Type getType()
          Returns Basic types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected BasicTypeDefinition.Type type
Constructor Detail

BasicTypeDefinitionImpl

protected BasicTypeDefinitionImpl()

BasicTypeDefinitionImpl

public BasicTypeDefinitionImpl(BasicTypeDefinition.Type type)

BasicTypeDefinitionImpl

public BasicTypeDefinitionImpl(BasicTypeDefinition src)
Method Detail

getType

public BasicTypeDefinition.Type getType()
Description copied from interface: BasicTypeDefinition
Returns Basic types.

Specified by:
getType in interface BasicTypeDefinition

copy

public BasicTypeDefinition copy()
Description copied from interface: DataTypeValue
Returns DataTypeValue interface. Two implementations are yet supported by bonita engine:

Specified by:
copy in interface DataTypeValue


Copyright © 2009 OW2 Consortium. All Rights Reserved.