Package de.mhus.con.api
Interface Step
-
public interface Step
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedList<String>getArguments()StringgetCondition()intgetId()de.mhus.lib.core.IPropertiesgetProperties()LabelsgetSelector()StringgetSortBy()StringgetTarget()StringgetTitle()booleanisOrderAsc()booleanmatchCondition(Context context)
-
-
-
Method Detail
-
getArguments
LinkedList<String> getArguments()
-
getSelector
Labels getSelector()
-
getSortBy
String getSortBy()
-
isOrderAsc
boolean isOrderAsc()
-
getTarget
String getTarget()
-
getCondition
String getCondition()
-
matchCondition
boolean matchCondition(Context context)
-
getTitle
String getTitle()
-
getProperties
de.mhus.lib.core.IProperties getProperties()
-
getId
int getId()
-
-