Interface SInputDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SInputContainerDefinition,SNamedElement
- All Known Implementing Classes:
SInputDefinitionImpl
public interface SInputDefinition extends SNamedElement, SInputContainerDefinition
- Author:
- Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()STypegetType()booleanhasChildren()booleanisMultiple()-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SInputContainerDefinition
getInputDefinitions
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
-
isMultiple
boolean isMultiple()
-
getType
SType getType()
-
hasChildren
boolean hasChildren()
-
-