Interface Requirement

All Known Subinterfaces:
BinaryRequirement, DefaultableBinaryRequirement, DefaultableUnaryRequirement, UnaryRequirement

public interface Requirement
Identifies a requirement that provides a service.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    The base name of this requirement.
    The value type of the service provided by this requirement.
  • Method Details

    • getName

      String getName()
      The base name of this requirement.
      Returns:
      the requirement name.
    • getType

      Class<?> getType()
      The value type of the service provided by this requirement.
      Returns:
      a service value type