Enum Class EnumProperty

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

public enum EnumProperty extends Enum<EnumProperty>
Possible property names for primitive properties.
Version:
11.1.0
Author:
jmback
  • Enum Constant Details

    • displayType

      public static final EnumProperty displayType
      the display name of the meta type
    • hash

      public static final EnumProperty hash
      a hashed number of this element
    • icon

      public static final EnumProperty icon
      the icon for this element
    • name

      public static final EnumProperty name
      the name of this element
    • path

      public static final EnumProperty path
      the absolute path to retrieve this element in the model
    • type

      public static final EnumProperty type
      the name of the meta type
    • uri

      public static final EnumProperty uri
      the uniform resource identifier to retrieve the element via internet
    • virtualIndex

      public static final EnumProperty virtualIndex
      the virtual index of the element, if existing
  • Method Details

    • values

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