Packages

 

com.aspose.imaging.xmp.types.derived

Class XmpChoise<T>

  • All Implemented Interfaces:
    IXmpType


    public class XmpChoise<T>
    extends XmpTypeBase

    Represents a value from vocabulary of values.

    T: The type of elements.

    • Constructor Detail

      • XmpChoise

        public XmpChoise()

        Initializes a new instance of the XmpChoise{T} class.

    • Method Detail

      • isOpen

        public boolean isOpen()

        Gets or sets a value indicating whether the preferred values can be extended.

        Value: true if preferred values can be extended; otherwise, false.
      • setOpen

        public void setOpen(boolean value)

        Gets or sets a value indicating whether the preferred values can be extended.

        Value: true if preferred values can be extended; otherwise, false.