public class RelationRowsRelationshipElement<T extends RelationRows<?>> extends Object implements RelationshipElement<T>
| Constructor and Description |
|---|
RelationRowsRelationshipElement(T rseduoRows) |
RelationRowsRelationshipElement(T rseduoRows,
ESqlClause relationLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransform(String type,
TParseTreeNode code) |
boolean |
equals(Object obj) |
T |
getElement() |
ESqlClause |
getRelationLocation() |
List<Transform> |
getTransforms() |
int |
hashCode() |
public RelationRowsRelationshipElement(T rseduoRows)
public RelationRowsRelationshipElement(T rseduoRows, ESqlClause relationLocation)
public T getElement()
getElement in interface RelationshipElement<T extends RelationRows<?>>public ESqlClause getRelationLocation()
public List<Transform> getTransforms()
getTransforms in interface RelationshipElement<T extends RelationRows<?>>public void addTransform(String type, TParseTreeNode code)
addTransform in interface RelationshipElement<T extends RelationRows<?>>