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

ConstructorDescription
DataColumn()Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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

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:

ParameterTypeDescription
valueint

setColumnNameID(String value)

public void setColumnNameID(String value)

For the description of this property, please see getColumnNameID()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCurrency(int value)

public void setCurrency(int value)

For the description of this property, please see {@link DataColumn#(getCurrency() & 0xFFFF)}

Parameters:

ParameterTypeDescription
valueint

setDataType(int value)

public void setDataType(int value)

For the description of this property, please see {@link DataColumn#(getDataType() & 0xFFFF)}

Parameters:

ParameterTypeDescription
valueint

setDegree(long value)

public void setDegree(long value)

For the description of this property, please see getDegree()

Parameters:

ParameterTypeDescription
valuelong

setDisplayOrder(long value)

public void setDisplayOrder(long value)

For the description of this property, please see getDisplayOrder()

Parameters:

ParameterTypeDescription
valuelong

setDisplayWidth(long value)

public void setDisplayWidth(long value)

For the description of this property, please see getDisplayWidth()

Parameters:

ParameterTypeDescription
valuelong
public void setHyperlink(int value)

For the description of this property, please see getHyperlink()

Parameters:

ParameterTypeDescription
valueint

setLabel(String value)

public void setLabel(String value)

For the description of this property, please see getLabel()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLangID(long value)

public void setLangID(long value)

For the description of this property, please see getLangID()

Parameters:

ParameterTypeDescription
valuelong

setMapped(int value)

public void setMapped(int value)

For the description of this property, please see getMapped()

Parameters:

ParameterTypeDescription
valueint

setName(String value)

public void setName(String value)

For the description of this property, please see getName()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOrigLabel(String value)

public void setOrigLabel(String value)

For the description of this property, please see getOrigLabel()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUnitType(String value)

public void setUnitType(String value)

For the description of this property, please see getUnitType()

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int