|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IElement
Represents an element in the language. An example of an element would be a column reference in a SELECT clause.
| Method Summary | |
|---|---|
IGroup |
getGroup()
Return the group that contains this element. |
java.lang.String |
getName()
Gets the name of the element. |
void |
setGroup(IGroup group)
Set the group that contains this element. |
void |
setName(java.lang.String name)
Sets the name of the element. |
| Methods inherited from interface org.teiid.connector.language.IMetadataReference |
|---|
getMetadataObject |
| Methods inherited from interface org.teiid.connector.language.IExpression |
|---|
getType, setType |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
java.lang.String getName()
IGroup getGroup()
void setName(java.lang.String name)
name - The name of the elementvoid setGroup(IGroup group)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||