java.lang.Object
java.lang.Enum<MemberAction>
org.odpi.openmetadata.frameworks.integration.iterator.MemberAction
All Implemented Interfaces:
Serializable, Comparable<MemberAction>, Constable

public enum MemberAction extends Enum<MemberAction>
Return a recommended action based on the state of the elements.
  • Enum Constant Details

    • CREATE_INSTANCE_IN_THIRD_PARTY

      public static final MemberAction CREATE_INSTANCE_IN_THIRD_PARTY
    • UPDATE_INSTANCE_IN_THIRD_PARTY

      public static final MemberAction UPDATE_INSTANCE_IN_THIRD_PARTY
    • DELETE_INSTANCE_IN_THIRD_PARTY

      public static final MemberAction DELETE_INSTANCE_IN_THIRD_PARTY
    • CREATE_INSTANCE_IN_OPEN_METADATA

      public static final MemberAction CREATE_INSTANCE_IN_OPEN_METADATA
    • UPDATE_INSTANCE_IN_OPEN_METADATA

      public static final MemberAction UPDATE_INSTANCE_IN_OPEN_METADATA
    • DELETE_INSTANCE_IN_OPEN_METADATA

      public static final MemberAction DELETE_INSTANCE_IN_OPEN_METADATA
    • NO_ACTION

      public static final MemberAction NO_ACTION
    • UNKNOWN_ACTION

      public static final MemberAction UNKNOWN_ACTION
  • Method Details

    • values

      public static MemberAction[] 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 MemberAction 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