Package | Description |
---|---|
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
IoSpecificationImpl
The BPMN IoSpecification element
|
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<IoSpecification> |
CallableElementImpl.ioSpecificationChild |
protected static ChildElement<IoSpecification> |
ActivityImpl.ioSpecificationChild |
Modifier and Type | Method and Description |
---|---|
IoSpecification |
CallableElementImpl.getIoSpecification() |
IoSpecification |
ActivityImpl.getIoSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
CallableElementImpl.setIoSpecification(IoSpecification ioSpecification) |
void |
ActivityImpl.setIoSpecification(IoSpecification ioSpecification) |
Modifier and Type | Method and Description |
---|---|
IoSpecification |
CallableElement.getIoSpecification() |
IoSpecification |
Activity.getIoSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
CallableElement.setIoSpecification(IoSpecification ioSpecification) |
void |
Activity.setIoSpecification(IoSpecification ioSpecification) |
Copyright © 2015. All rights reserved.