Packages

 

com.aspose.cad.fileformats.cad.cadobjects.datatable

Class CadDataTableColumn

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.datatable.CadDataTableColumn


  • public class CadDataTableColumn
    extends Object

    The DataTableColumn data

    • Constructor Detail

      • CadDataTableColumn

        public CadDataTableColumn()

        Initializes a new instance of the CadDataTableColumn class.

    • Method Detail

      • getColumnType

        public final int getColumnType()

        Gets or sets the type of the column.

        Returns:
        The type of the column.
      • setColumnType

        public final void setColumnType(int value)

        Gets or sets the type of the column.

        Parameters:
        value - The type of the column.
      • getName

        public final String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getBooleanValue

        public final Short getBooleanValue()

        Gets or sets the boolean value.

        Returns:
        The boolean value.
      • setBooleanValue

        public final void setBooleanValue(Short value)

        Gets or sets the boolean value.

        Parameters:
        value - The boolean value.
      • getIntValue

        public final Integer getIntValue()

        Gets or sets the int value.

        Returns:
        The int value.
      • setIntValue

        public final void setIntValue(Integer value)

        Gets or sets the int value.

        Parameters:
        value - The int value.
      • getDoubleValue

        public final Double getDoubleValue()

        Gets or sets the double value.

        Returns:
        The double value.
      • setDoubleValue

        public final void setDoubleValue(Double value)

        Gets or sets the double value.

        Parameters:
        value - The double value.
      • getStringValue

        public final String getStringValue()

        Gets or sets the string value.

        Returns:
        The string value.
      • setStringValue

        public final void setStringValue(String value)

        Gets or sets the string value.

        Parameters:
        value - The string value.
      • getPoint2D

        public final Cad2DPoint getPoint2D()

        Gets or sets the point 2d.

        Returns:
        The point 2d.
      • setPoint2D

        public final void setPoint2D(Cad2DPoint value)

        Gets or sets the point 2d.

        Parameters:
        value - The point 2d.
      • getPoint3D

        public final Cad3DPoint getPoint3D()

        Gets or sets the point 3d.

        Returns:
        The point 3d.
      • setPoint3D

        public final void setPoint3D(Cad3DPoint value)

        Gets or sets the point 3d.

        Parameters:
        value - The point 3d.