public class CadDataTableColumn extends Object
The DataTableColumn data
Constructor and Description |
---|
CadDataTableColumn()
Initializes a new instance of the
CadDataTableColumn class. |
Modifier and Type | Method and Description |
---|---|
CadShortParameter |
getBooleanValue()
Gets or sets the boolean value.
|
CadIntParameter |
getColumnType()
Gets or sets the type of the column.
|
CadDoubleParameter |
getDoubleValue()
Gets or sets the double value.
|
CadIntParameter |
getIntValue()
Gets or sets the int value.
|
CadStringParameter |
getName()
Gets or sets the name.
|
Cad2DPoint |
getPoint2D()
Gets or sets the point 2d.
|
Cad3DPoint |
getPoint3D()
Gets or sets the point 3d.
|
CadStringParameter |
getStringValue()
Gets or sets the string value.
|
void |
setBooleanValue(CadShortParameter value)
Gets or sets the boolean value.
|
void |
setColumnType(CadIntParameter value)
Gets or sets the type of the column.
|
void |
setDoubleValue(CadDoubleParameter value)
Gets or sets the double value.
|
void |
setIntValue(CadIntParameter value)
Gets or sets the int value.
|
void |
setName(CadStringParameter value)
Gets or sets the name.
|
void |
setPoint2D(Cad2DPoint value)
Gets or sets the point 2d.
|
void |
setPoint3D(Cad3DPoint value)
Gets or sets the point 3d.
|
void |
setStringValue(CadStringParameter value)
Gets or sets the string value.
|
public CadDataTableColumn()
Initializes a new instance of the CadDataTableColumn
class.
public CadIntParameter getColumnType()
Gets or sets the type of the column.
public void setColumnType(CadIntParameter value)
Gets or sets the type of the column.
value
- The type of the column.public CadStringParameter getName()
Gets or sets the name.
public void setName(CadStringParameter value)
Gets or sets the name.
value
- The name.public CadShortParameter getBooleanValue()
Gets or sets the boolean value.
public void setBooleanValue(CadShortParameter value)
Gets or sets the boolean value.
value
- The boolean value.public CadIntParameter getIntValue()
Gets or sets the int value.
public void setIntValue(CadIntParameter value)
Gets or sets the int value.
value
- The int value.public CadDoubleParameter getDoubleValue()
Gets or sets the double value.
public void setDoubleValue(CadDoubleParameter value)
Gets or sets the double value.
value
- The double value.public CadStringParameter getStringValue()
Gets or sets the string value.
public void setStringValue(CadStringParameter value)
Gets or sets the string value.
value
- The string value.public Cad2DPoint getPoint2D()
Gets or sets the point 2d.
public void setPoint2D(Cad2DPoint value)
Gets or sets the point 2d.
value
- The point 2d.public Cad3DPoint getPoint3D()
Gets or sets the point 3d.
public void setPoint3D(Cad3DPoint value)
Gets or sets the point 3d.
value
- The point 3d.