Enum Class ReferenceRelation

java.lang.Object
java.lang.Enum<ReferenceRelation>
de.mid.innovator.m2msdk.model.parameter.ReferenceRelation
All Implemented Interfaces:
Serializable, Comparable<ReferenceRelation>, Constable

public enum ReferenceRelation extends Enum<ReferenceRelation>
The type of the relation of a reference to another configuration item.
Version:
11.4.1
Author:
jmback
  • Enum Constant Details

    • same

      public static final ReferenceRelation same
      Any other configuration item of same configuration tag
    • parents

      public static final ReferenceRelation parents
      Any other configuration item of parent configuration tag
    • grandgrandparents

      public static final ReferenceRelation grandgrandparents
      Any other configuration item of grandgrandparent configuration tag
    • grandgrandgrandparents

      public static final ReferenceRelation grandgrandgrandparents
      Any other configuration item of grandgrandgrandparent configuration tag
  • Method Details

    • values

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