Packages

 

com.aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures

Class EnumeratedDescriptorStructure

    • Field Detail

      • StructureKey

        public static final int StructureKey

        The enumerated descriptor key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumeratedDescriptorStructure

        public EnumeratedDescriptorStructure(ClassID keyName,
                                             ClassID typeID,
                                             ClassID enumName)

        Initializes a new instance of the EnumeratedDescriptorStructure class.

        Parameters:
        keyName - The key name.
        typeID - The type ID.
        enumName - The enum name.
    • Method Detail

      • getTypeID

        public final ClassID getTypeID()

        Gets or sets the type ID.

        Value: The type ID.
      • setTypeID

        public final void setTypeID(ClassID value)

        Gets or sets the type ID.

        Value: The type ID.
      • getEnumName

        public final ClassID getEnumName()

        Gets or sets the enum name.

        Value: The enum name.
      • setEnumName

        public final void setEnumName(ClassID value)

        Gets or sets the enum name.

        Value: The enum name.