org.ow2.bonita.facade.def.dataType.impl
Class DataTypeDefinitionImpl
java.lang.Object
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 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
|
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 |
type
protected org.ow2.bonita.facade.def.dataType.DataTypeDefinition.Type type
value
protected org.ow2.bonita.facade.def.dataType.DataTypeValue value
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)
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.