public class JoinConditionHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
JoinConditionHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of join condition.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getJoinType()
Returns join type value this condition.
|
java.lang.String |
getLeftDataSet()
Returns left data set value this condition.
|
java.lang.String |
getLeftExpression()
Returns left expression value this condition.
|
java.lang.String |
getOperator()
Returns operator value this condition.
|
java.lang.Object |
getProperty(java.lang.String memberName)
Gets the value of a member.
|
java.lang.String |
getRightDataSet()
Returns right data set value this condition.
|
java.lang.String |
getRightExpression()
Returns right expression value this condition.
|
protected java.lang.String |
getStringProperty(java.lang.String memberName)
Get the string value of a member.
|
void |
setJoinType(java.lang.String type)
Sets the join type value of this condition.
|
void |
setLeftDataSet(java.lang.String leftDataset)
Sets the left data set value of this condition.
|
void |
setLeftExpression(java.lang.String leftExpression)
Sets the left expression value of this condition.
|
void |
setOperator(java.lang.String operator)
Sets the operator value of this condition.
|
void |
setRightDataSet(java.lang.String rightDataset)
Sets the right data set value of this condition.
|
void |
setRightExpression(java.lang.String rightExpression)
Sets the right expression value of this condition.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getPropertyDefn, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic JoinConditionHandle(SimpleValueHandle valueHandle, int index)
valueHandle - the value handle for join condition list of one propertyindex - the position of this join condition in the listpublic void setJoinType(java.lang.String type)
throws SemanticException
type - the join type to setSemanticExceptionpublic java.lang.String getJoinType()
public void setOperator(java.lang.String operator)
throws SemanticException
operator - the operator to setSemanticExceptionpublic java.lang.String getOperator()
public void setLeftDataSet(java.lang.String leftDataset)
leftDataset - the left data set to setpublic java.lang.String getLeftDataSet()
public void setRightDataSet(java.lang.String rightDataset)
rightDataset - the right data set to setpublic java.lang.String getRightDataSet()
public void setLeftExpression(java.lang.String leftExpression)
leftExpression - the left expression to setpublic java.lang.String getLeftExpression()
public void setRightExpression(java.lang.String rightExpression)
rightExpression - the right expression to setpublic java.lang.String getRightExpression()
public java.lang.Object getProperty(java.lang.String memberName)
StructureHandlegetProperty 在类中 StructureHandlememberName - name of the member to getnull if the member is
not set or is not found.protected java.lang.String getStringProperty(java.lang.String memberName)
StructureHandlegetStringProperty 在类中 StructureHandlememberName - name of the member to getnull if the member is
not set or is not found.Copyright © 2008 Actuate Corp. All rights reserved.