|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicTypeDefinition.Type | |
---|---|
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 | |
org.ow2.bonita.util |
Uses of BasicTypeDefinition.Type in org.ow2.bonita.facade.def.dataType |
---|
Methods in org.ow2.bonita.facade.def.dataType that return BasicTypeDefinition.Type | |
---|---|
BasicTypeDefinition.Type |
BasicTypeDefinition.getType()
Returns Basic types . |
static BasicTypeDefinition.Type |
BasicTypeDefinition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BasicTypeDefinition.Type[] |
BasicTypeDefinition.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of BasicTypeDefinition.Type in org.ow2.bonita.facade.def.dataType.impl |
---|
Fields in org.ow2.bonita.facade.def.dataType.impl declared as BasicTypeDefinition.Type | |
---|---|
protected BasicTypeDefinition.Type |
BasicTypeDefinitionImpl.type
|
Methods in org.ow2.bonita.facade.def.dataType.impl that return BasicTypeDefinition.Type | |
---|---|
BasicTypeDefinition.Type |
BasicTypeDefinitionImpl.getType()
|
Constructors in org.ow2.bonita.facade.def.dataType.impl with parameters of type BasicTypeDefinition.Type | |
---|---|
BasicTypeDefinitionImpl(BasicTypeDefinition.Type type)
|
Uses of BasicTypeDefinition.Type in org.ow2.bonita.util |
---|
Methods in org.ow2.bonita.util with parameters of type BasicTypeDefinition.Type | |
---|---|
ProcessBuilder |
ProcessBuilder.addData(java.lang.String dataName,
BasicTypeDefinition.Type type)
Adds a simple data to a process or an activity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |