Enum Class WorkingSet.Member.Kind

java.lang.Object
java.lang.Enum<WorkingSet.Member.Kind>
network.ike.workspace.WorkingSet.Member.Kind
All Implemented Interfaces:
Serializable, Comparable<WorkingSet.Member.Kind>, Constable
Enclosing class:
WorkingSet.Member

public static enum WorkingSet.Member.Kind extends Enum<WorkingSet.Member.Kind>
The role a WorkingSet.Member plays in its WorkingSet. "Subproject" is a member kind, never the organizing unit — the working set is the unit, and the aggregator is one of its members (#764).
  • Enum Constant Details

    • SUBPROJECT

      public static final WorkingSet.Member.Kind SUBPROJECT
      A declared subproject of a workspace.
    • AGGREGATOR

      public static final WorkingSet.Member.Kind AGGREGATOR
      The workspace root that aggregates the subprojects — and, for a single-repository working set, the sole member, which is the root of its own trivial set.
  • Method Details

    • values

      public static WorkingSet.Member.Kind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WorkingSet.Member.Kind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null