AutoLinkComparison
Inheritance: java.lang.Object
public class AutoLinkComparison
Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successful automatic linking action performed in the user interface.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColumnName() | Corresponds to a column name in the ADO recordset. |
getContextType() | Specifies properties of the group or shape to use for the comparison. |
getContextTypeLabel() | If the ContextType value is 2 or 3, this attribute is required to define a comparison. |
hashCode() | |
notify() | |
notifyAll() | |
setColumnName(String value) | For the description of this property, please see getColumnName() |
setContextType(int value) | For the description of this property, please see getContextType() |
setContextTypeLabel(String value) | For the description of this property, please see getContextTypeLabel() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getColumnName()
public String getColumnName()
Corresponds to a column name in the ADO recordset.
Returns: java.lang.String
getContextType()
public int getContextType()
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table.
Returns: int
getContextTypeLabel()
public String getContextTypeLabel()
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.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColumnName(String value)
public void setColumnName(String value)
For the description of this property, please see getColumnName()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setContextType(int value)
public void setContextType(int value)
For the description of this property, please see getContextType()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setContextTypeLabel(String value)
public void setContextTypeLabel(String value)
For the description of this property, please see getContextTypeLabel()
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 |