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

java.lang.Object
  extended by org.ow2.bonita.facade.def.dataType.impl.DataTypeDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, DataTypeDefinition

public class DataTypeDefinitionImpl
extends java.lang.Object
implements DataTypeDefinition

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.dataType.DataTypeDefinition
DataTypeDefinition.Type
 
Field Summary
protected  DataTypeDefinition.Type type
           
protected  DataTypeValue value
           
 
Constructor Summary
protected DataTypeDefinitionImpl()
           
  DataTypeDefinitionImpl(DataTypeDefinition.Type type, DataTypeValue value)
           
  DataTypeDefinitionImpl(DataTypeDefinition src)
           
 
Method Summary
 DataTypeDefinition.Type getType()
          Returns the data type of the dataField.
 DataTypeValue getValue()
          Returns a DataTypeValue interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected DataTypeDefinition.Type type

value

protected DataTypeValue value
Constructor Detail

DataTypeDefinitionImpl

protected DataTypeDefinitionImpl()

DataTypeDefinitionImpl

public DataTypeDefinitionImpl(DataTypeDefinition.Type type,
                              DataTypeValue value)

DataTypeDefinitionImpl

public DataTypeDefinitionImpl(DataTypeDefinition src)
Method Detail

getType

public DataTypeDefinition.Type getType()
Description copied from interface: DataTypeDefinition
Returns the data type of the dataField.

Specified by:
getType in interface DataTypeDefinition

getValue

public DataTypeValue getValue()
Description copied from interface: DataTypeDefinition
Returns a DataTypeValue interface.

Specified by:
getValue in interface DataTypeDefinition


Copyright © 2009 OW2 Consortium. All Rights Reserved.