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 ofRequirement
andCapability
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilityGroup
getCapabilityGroup()
@Nullable String
getExtraInfo()
Long
getId()
String
getKey()
String
getLabel()
String
getValue()
@Nullable String
getValueDescription()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-