| Package | Description |
|---|---|
| org.bonitasoft.engine.core.process.definition.model | |
| org.bonitasoft.engine.core.process.definition.model.impl |
| Modifier and Type | Method and Description |
|---|---|
SType |
SInputDefinition.getType() |
static SType |
SType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SType[] |
SType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SType |
SInputDefinitionImpl.type |
| Modifier and Type | Method and Description |
|---|---|
protected static SType |
SInputDefinitionImpl.convertTypeToSType(Type type2) |
SType |
SInputDefinitionImpl.getType() |
| Constructor and Description |
|---|
SInputDefinitionImpl(String name,
SType type,
String description) |
SInputDefinitionImpl(String name,
SType type,
String description,
boolean multiple) |
SInputDefinitionImpl(String name,
SType type,
String description,
boolean multiple,
List<SInputDefinition> inputDefinitions) |
Copyright © 2015 Bonitasoft S.A.. All rights reserved.