Interface IDtoRunConditionAspect

All Known Implementing Classes:
DtoRunConditionAspect

public interface IDtoRunConditionAspect
One aspect of a run condition.
  • Method Details

    • getKey

      String getKey()
      The name of this aspect/dimension.
    • setKey

      void setKey(String key)
      The name of this aspect/dimension.
    • 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

      void setValue(String value)
      The value of the run condition in this aspect/dimension.