Enum Class EnumNavigable

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

public enum EnumNavigable extends Enum<EnumNavigable>
Possible property names for navigation to other model elements.
Version:
10.1.1
Author:
jmback
  • Enum Constant Details

    • owned

      public static final EnumNavigable owned
      Owned elements of this element
    • ownedTransitive

      public static final EnumNavigable ownedTransitive
      Transitively owned elements of this element
    • ownerTransitive

      public static final EnumNavigable ownerTransitive
      Transitive owner of this element
    • targets

      public static final EnumNavigable targets
      Targets of this relation
    • virtualIndex

      public static final EnumNavigable virtualIndex
      Creates virtual indexed elements
  • Method Details

    • values

      public static EnumNavigable[] 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 EnumNavigable 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
    • isValid

      public static boolean isValid(String sName)
    • isType

      public boolean isType(String descriptor)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EnumNavigable>