Package ch.ivyteam.ivy.workflow
Interface IProperty
-
- All Known Implementing Classes:
CaseProperty,IntermediateEventProperty,TaskProperty,TaskSwitchEventProperty,WorkflowEventProperty
public interface IPropertyA property- Since:
- 27.07.2007
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the property
-
-
-
Method Detail
-
getName
String getName()
Gets the name of the property- Returns:
- name
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
-