Enum Class InvalidTestAspect

java.lang.Object
java.lang.Enum<InvalidTestAspect>
io.openmanufacturing.sds.test.InvalidTestAspect
All Implemented Interfaces:
TestModel, Serializable, Comparable<InvalidTestAspect>, Constable

public enum InvalidTestAspect extends Enum<InvalidTestAspect> implements TestModel
  • Enum Constant Details

    • ACTUALLY_JSON

      public static final InvalidTestAspect ACTUALLY_JSON
    • ASPECT_MISSING_NAME_AND_PROPERTIES

      public static final InvalidTestAspect ASPECT_MISSING_NAME_AND_PROPERTIES
    • ASPECT_MISSING_PROPERTIES

      public static final InvalidTestAspect ASPECT_MISSING_PROPERTIES
    • ASPECT_WITH_INVALID_VERSION

      public static final InvalidTestAspect ASPECT_WITH_INVALID_VERSION
    • ASPECT_WITH_BAMM_NAMESPACE_FOR_CUSTOM_UNIT

      public static final InvalidTestAspect ASPECT_WITH_BAMM_NAMESPACE_FOR_CUSTOM_UNIT
    • ASPECT_WITH_RECURSIVE_PROPERTY

      public static final InvalidTestAspect ASPECT_WITH_RECURSIVE_PROPERTY
    • INVALID_SYNTAX

      public static final InvalidTestAspect INVALID_SYNTAX
    • MISSING_ASPECT_DECLARATION

      public static final InvalidTestAspect MISSING_ASPECT_DECLARATION
    • INVALID_EXAMPLE_VALUE_DATATYPE

      public static final InvalidTestAspect INVALID_EXAMPLE_VALUE_DATATYPE
    • INVALID_PREFERRED_NAME_DATATYPE

      public static final InvalidTestAspect INVALID_PREFERRED_NAME_DATATYPE
    • RANGE_CONSTRAINT_WITH_WRONG_TYPE

      public static final InvalidTestAspect RANGE_CONSTRAINT_WITH_WRONG_TYPE
  • Method Details

    • values

      public static InvalidTestAspect[] 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 InvalidTestAspect 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
    • getName

      public String getName()
      Specified by:
      getName in interface TestModel