Interface ActDefinition
-
- All Known Implementing Classes:
ActDynamicDefinition
public interface ActDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancancelRead()booleancancelWrite()ValueExtTyperesultValueType()ActDisplayNamestoDisplayNames()
-
-
-
Method Detail
-
resultValueType
ValueExtType resultValueType()
-
toDisplayNames
ActDisplayNames toDisplayNames()
-
cancelWrite
boolean cancelWrite()
-
cancelRead
boolean cancelRead()
-
-