Enum ArrayType.ArrayForm

java.lang.Object
java.lang.Enum<ArrayType.ArrayForm>
com.adobe.xmp.schema.model.ArrayType.ArrayForm
All Implemented Interfaces:
Serializable, Comparable<ArrayType.ArrayForm>, java.lang.constant.Constable
Enclosing interface:
ArrayType

public static enum ArrayType.ArrayForm extends Enum<ArrayType.ArrayForm>
Enumeration of the four XMP array forms. TOTRACK: Consider removing ALTERNATIVE_TEXT
  • Enum Constant Details

    • UNORDERED

      public static final ArrayType.ArrayForm UNORDERED
      an unordered "Bag"-Array
    • ORDERED

      public static final ArrayType.ArrayForm ORDERED
      an ordered "Seq"-Array
    • ALTERNATIVE

      public static final ArrayType.ArrayForm ALTERNATIVE
      an alternative "Alt"-Array
    • ALTERNATIVE_TEXT

      public static final ArrayType.ArrayForm ALTERNATIVE_TEXT
      an alternative text array, where each item is the same string in a different translation
  • Method Details

    • values

      public static ArrayType.ArrayForm[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ArrayType.ArrayForm valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null