Interface IDtoRunConditionAspect
- All Known Implementing Classes:
DtoRunConditionAspect
public interface IDtoRunConditionAspect
One aspect of a run condition.
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()The name of this aspect/dimension.getType()The type of this aspect/dimension.getValue()The value of the run condition in this aspect/dimension.voidThe name of this aspect/dimension.voidThe type of this aspect/dimension.voidThe value of the run condition in this aspect/dimension.
-
Method Details
-
getKey
String getKey()The name of this aspect/dimension. -
setKey
The name of this aspect/dimension. -
getType
IDtoAbstractRunConditionAspectType getType()The type of this aspect/dimension. -
setType
The type of this aspect/dimension. -
getValue
String getValue()The value of the run condition in this aspect/dimension. -
setValue
The value of the run condition in this aspect/dimension.
-