public class AutoLinkComparison
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getColumnName() | |
void | setColumnName(java.lang.Stringvalue) | |
Corresponds to a column name in the ADO recordset. | ||
int | getContextType() | |
void | setContextType(intvalue) | |
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant. | ||
java.lang.String | getContextTypeLabel() | |
void | setContextTypeLabel(java.lang.Stringvalue) | |
If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name. |
public java.lang.String getColumnName() / public void setColumnName(java.lang.String value)
public int getContextType() / public void setContextType(int value)
public java.lang.String getContextTypeLabel() / public void setContextTypeLabel(java.lang.String value)