Package org.flowable.bpmn.model
Class Interface
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.Interface
-
- All Implemented Interfaces:
HasExtensionAttributes
public class Interface extends BaseElement
-
-
Field Summary
Fields Modifier and Type Field Description protected StringimplementationRefprotected Stringnameprotected List<Operation>operations-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description Interface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interfaceclone()StringgetImplementationRef()StringgetName()List<Operation>getOperations()voidsetImplementationRef(String implementationRef)voidsetName(String name)voidsetOperations(List<Operation> operations)voidsetValues(Interface otherElement)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getImplementationRef
public String getImplementationRef()
-
setImplementationRef
public void setImplementationRef(String implementationRef)
-
clone
public Interface clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(Interface otherElement)
-
-