Interface DecoratedCapabilityRequirement

All Superinterfaces:
Comparable<DecoratedCapabilityRequirement>
All Known Implementing Classes:
AbstractDecoratedCapabilityRequirement, CapabilityDecorator, RequirementDecorator

public interface DecoratedCapabilityRequirement extends Comparable<DecoratedCapabilityRequirement>
Interface that combines the common UI elements of Requirement and Capability
  • Method Details

    • getId

      Long getId()
    • getKey

      String getKey()
    • getLabel

      String getLabel()
    • getExtraInfo

      @Nullable @Nullable String getExtraInfo()
    • getValue

      String getValue()
    • getValueDescription

      @Nullable @Nullable String getValueDescription()
    • getCapabilityGroup

      CapabilityGroup getCapabilityGroup()