Enum Class CutMark.MarkType

java.lang.Object
java.lang.Enum<CutMark.MarkType>
org.cip4.lib.xjdf.schema.CutMark.MarkType
All Implemented Interfaces:
Serializable, Comparable<CutMark.MarkType>, Constable
Enclosing class:
CutMark

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public static enum CutMark.MarkType extends Enum<CutMark.MarkType>

Java class for null.

The following schema fragment specifies the expected content contained within this class.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="CrossCutMark"/>
     <enumeration value="TopVerticalCutMark"/>
     <enumeration value="BottomVerticalCutMark"/>
     <enumeration value="LeftHorizontalCutMark"/>
     <enumeration value="RightHorizontalCutMark"/>
     <enumeration value="LowerLeftCutMark"/>
     <enumeration value="UpperLeftCutMark"/>
     <enumeration value="LowerRightCutMark"/>
     <enumeration value="UpperRightCutMark"/>
   </restriction>
 </simpleType>
 
  • Enum Constant Details

    • CROSS_CUT_MARK

      public static final CutMark.MarkType CROSS_CUT_MARK
    • TOP_VERTICAL_CUT_MARK

      public static final CutMark.MarkType TOP_VERTICAL_CUT_MARK
    • BOTTOM_VERTICAL_CUT_MARK

      public static final CutMark.MarkType BOTTOM_VERTICAL_CUT_MARK
    • LEFT_HORIZONTAL_CUT_MARK

      public static final CutMark.MarkType LEFT_HORIZONTAL_CUT_MARK
    • RIGHT_HORIZONTAL_CUT_MARK

      public static final CutMark.MarkType RIGHT_HORIZONTAL_CUT_MARK
    • LOWER_LEFT_CUT_MARK

      public static final CutMark.MarkType LOWER_LEFT_CUT_MARK
    • UPPER_LEFT_CUT_MARK

      public static final CutMark.MarkType UPPER_LEFT_CUT_MARK
    • LOWER_RIGHT_CUT_MARK

      public static final CutMark.MarkType LOWER_RIGHT_CUT_MARK
    • UPPER_RIGHT_CUT_MARK

      public static final CutMark.MarkType UPPER_RIGHT_CUT_MARK
  • Method Details

    • values

      public static CutMark.MarkType[] 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 CutMark.MarkType 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
    • value

      public String value()
    • fromValue

      public static CutMark.MarkType fromValue(String v)