Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadObjectAttribute



  • public class CadObjectAttribute
    extends CadBase

    CadObjectAttribute

    • Constructor Detail

      • CadObjectAttribute

        public CadObjectAttribute()

        Initializes a new instance of the CadObjectAttribute class.

    • Method Detail

      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The String result. The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getAttributeValues

        public List<CadCodeValue> getAttributeValues()

        Gets or sets the attribute values.

        Returns:
        The attribute values.
      • setAttributeValues

        public void setAttributeValues(List<CadCodeValue> value)

        Gets or sets the attribute values.

        Parameters:
        value - The attribute values.