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, DataTypeDefinition
public class DataTypeDefinitionImpl
- extends java.lang.Object
- implements DataTypeDefinition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected DataTypeDefinition.Type type
value
protected DataTypeValue value
DataTypeDefinitionImpl
protected DataTypeDefinitionImpl()
DataTypeDefinitionImpl
public DataTypeDefinitionImpl(DataTypeDefinition.Type type,
DataTypeValue value)
DataTypeDefinitionImpl
public DataTypeDefinitionImpl(DataTypeDefinition src)
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.