|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTypeValue | |
---|---|
org.ow2.bonita.facade.def.dataType |
Contains interfaces for objects dedicated to XPDL datatype elements returned by the QueryDefintionAPI. |
org.ow2.bonita.facade.def.dataType.impl |
Uses of DataTypeValue in org.ow2.bonita.facade.def.dataType |
---|
Subinterfaces of DataTypeValue in org.ow2.bonita.facade.def.dataType | |
---|---|
interface |
BasicTypeDefinition
XPDL Basic Type definition. |
interface |
EnumerationTypeDefinition
XPDL Enumeration Type definition. |
Methods in org.ow2.bonita.facade.def.dataType that return DataTypeValue | |
---|---|
DataTypeValue |
DataTypeValue.copy()
Returns DataTypeValue interface. |
DataTypeValue |
DataTypeDefinition.getValue()
Returns a DataTypeValue interface. |
Uses of DataTypeValue in org.ow2.bonita.facade.def.dataType.impl |
---|
Classes in org.ow2.bonita.facade.def.dataType.impl that implement DataTypeValue | |
---|---|
class |
BasicTypeDefinitionImpl
|
class |
DataTypeValueImpl
|
class |
EnumerationTypeDefinitionImpl
|
Fields in org.ow2.bonita.facade.def.dataType.impl declared as DataTypeValue | |
---|---|
protected DataTypeValue |
DataTypeDefinitionImpl.value
|
Methods in org.ow2.bonita.facade.def.dataType.impl that return DataTypeValue | |
---|---|
DataTypeValue |
DataTypeDefinitionImpl.getValue()
|
Constructors in org.ow2.bonita.facade.def.dataType.impl with parameters of type DataTypeValue | |
---|---|
DataTypeDefinitionImpl(DataTypeDefinition.Type type,
DataTypeValue value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |