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, org.ow2.bonita.facade.def.dataType.DataTypeDefinition

public class DataTypeDefinitionImpl
extends java.lang.Object
implements org.ow2.bonita.facade.def.dataType.DataTypeDefinition

See Also:
Serialized Form

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

Field Detail

type

protected org.ow2.bonita.facade.def.dataType.DataTypeDefinition.Type type

value

protected org.ow2.bonita.facade.def.dataType.DataTypeValue value
Constructor Detail

DataTypeDefinitionImpl

protected DataTypeDefinitionImpl()

DataTypeDefinitionImpl

public DataTypeDefinitionImpl(org.ow2.bonita.facade.def.dataType.DataTypeDefinition.Type type,
                              org.ow2.bonita.facade.def.dataType.DataTypeValue value)

DataTypeDefinitionImpl

public DataTypeDefinitionImpl(org.ow2.bonita.facade.def.dataType.DataTypeDefinition src)
Method Detail

getType

public org.ow2.bonita.facade.def.dataType.DataTypeDefinition.Type getType()
Specified by:
getType in interface org.ow2.bonita.facade.def.dataType.DataTypeDefinition

getValue

public org.ow2.bonita.facade.def.dataType.DataTypeValue getValue()
Specified by:
getValue in interface org.ow2.bonita.facade.def.dataType.DataTypeDefinition


Copyright © 2009 OW2 Consortium. All Rights Reserved.