Class Requirement.Cardinality

  • Enclosing class:
    Requirement

    public static final class Requirement.Cardinality
    extends java.lang.Object
    Cardinality for this requirement.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MULTIPLE
      Indicates if the requirement can be wired multiple times.
      static java.lang.String SINGLE
      Indicates if the requirement can only be wired a single time.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SINGLE

        public static final java.lang.String SINGLE
        Indicates if the requirement can only be wired a single time.
        See Also:
        Constant Field Values
      • MULTIPLE

        public static final java.lang.String MULTIPLE
        Indicates if the requirement can be wired multiple times.
        See Also:
        Constant Field Values