DataColumn
Inheritance: java.lang.Object
public class DataColumn
Defines how a data column appears in the External Data window in the Visio user interface and qualifies the data in the column by defining its data type and formatting.
Constructors
| Constructor | Description |
|---|---|
| DataColumn() | Constructor. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getCalendar() | Calendar ID of the data column. |
| getClass() | |
| getColumnNameID() | External name of the data column. |
| getCurrency() | Currency ID of the data column. |
| getDataType() | Type of the data in the data column. |
| getDegree() | Specifies the degree (power) of the units, for example squared, or cubed. |
| getDisplayOrder() | Defines the display position of the data column in the External Data window, from the left-most column (0) to the right-most column (largest value). |
| getDisplayWidth() | Width of the data column in the External Data window. |
| getHyperlink() | Whether the data column creates a hyperlink in a shape when the shape is linked to data. |
| getLabel() | Label of the data column. |
| getLangID() | The language ID of the data column |
| getMapped() | Specifies whether the column is visible in the External Data window. |
| getName() | Internal name of the data column. |
| getOrigLabel() | Column label returned to Visio by the underlying ADO interface. |
| getUnitType() | Unit type of the data in the data column. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setCalendar(int value) | For the description of this property, please see {@link DataColumn#(getCalendar() & 0xFFFF)} |
| setColumnNameID(String value) | For the description of this property, please see getColumnNameID() |
| setCurrency(int value) | For the description of this property, please see {@link DataColumn#(getCurrency() & 0xFFFF)} |
| setDataType(int value) | For the description of this property, please see {@link DataColumn#(getDataType() & 0xFFFF)} |
| setDegree(long value) | For the description of this property, please see getDegree() |
| setDisplayOrder(long value) | For the description of this property, please see getDisplayOrder() |
| setDisplayWidth(long value) | For the description of this property, please see getDisplayWidth() |
| setHyperlink(int value) | For the description of this property, please see getHyperlink() |
| setLabel(String value) | For the description of this property, please see getLabel() |
| setLangID(long value) | For the description of this property, please see getLangID() |
| setMapped(int value) | For the description of this property, please see getMapped() |
| setName(String value) | For the description of this property, please see getName() |
| setOrigLabel(String value) | For the description of this property, please see getOrigLabel() |
| setUnitType(String value) | For the description of this property, please see getUnitType() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
DataColumn()
public DataColumn()
Constructor.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getCalendar()
public int getCalendar()
Calendar ID of the data column.
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumnNameID()
public String getColumnNameID()
External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
Returns: java.lang.String
getCurrency()
public int getCurrency()
Currency ID of the data column.
Returns: int
getDataType()
public int getDataType()
Type of the data in the data column.
Returns: int
getDegree()
public long getDegree()
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
Returns: long
getDisplayOrder()
public long getDisplayOrder()
Defines the display position of the data column in the External Data window, from the left-most column (0) to the right-most column (largest value).
Returns: long
getDisplayWidth()
public long getDisplayWidth()
Width of the data column in the External Data window.
Returns: long
getHyperlink()
public int getHyperlink()
Whether the data column creates a hyperlink in a shape when the shape is linked to data.
Returns: int
getLabel()
public String getLabel()
Label of the data column.
Returns: java.lang.String
getLangID()
public long getLangID()
The language ID of the data column
Returns: long
getMapped()
public int getMapped()
Specifies whether the column is visible in the External Data window. True (1) for the column to be visible; false (0) for the column not to be visible. The default (attribute absent) is for the column to be visible.
Returns: int
getName()
public String getName()
Internal name of the data column. Used as the row name for the shape-data item (custom property) added to a shape when the shape is linked to a data row.
Returns: java.lang.String
getOrigLabel()
public String getOrigLabel()
Column label returned to Visio by the underlying ADO interface.
Returns: java.lang.String
getUnitType()
public String getUnitType()
Unit type of the data in the data column.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCalendar(int value)
public void setCalendar(int value)
For the description of this property, please see {@link DataColumn#(getCalendar() & 0xFFFF)}
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setColumnNameID(String value)
public void setColumnNameID(String value)
For the description of this property, please see getColumnNameID()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setCurrency(int value)
public void setCurrency(int value)
For the description of this property, please see {@link DataColumn#(getCurrency() & 0xFFFF)}
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setDataType(int value)
public void setDataType(int value)
For the description of this property, please see {@link DataColumn#(getDataType() & 0xFFFF)}
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setDegree(long value)
public void setDegree(long value)
For the description of this property, please see getDegree()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setDisplayOrder(long value)
public void setDisplayOrder(long value)
For the description of this property, please see getDisplayOrder()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setDisplayWidth(long value)
public void setDisplayWidth(long value)
For the description of this property, please see getDisplayWidth()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setHyperlink(int value)
public void setHyperlink(int value)
For the description of this property, please see getHyperlink()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setLabel(String value)
public void setLabel(String value)
For the description of this property, please see getLabel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setLangID(long value)
public void setLangID(long value)
For the description of this property, please see getLangID()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setMapped(int value)
public void setMapped(int value)
For the description of this property, please see getMapped()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setOrigLabel(String value)
public void setOrigLabel(String value)
For the description of this property, please see getOrigLabel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setUnitType(String value)
public void setUnitType(String value)
For the description of this property, please see getUnitType()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |