Interface SConstraintDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SNamedElement
- All Known Implementing Classes:
SConstraintDefinitionImpl
public interface SConstraintDefinition extends SNamedElement
- Author:
- Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExplanation()java.lang.StringgetExpression()java.util.List<java.lang.String>getInputNames()-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-