|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGroup
Represents a group in the language objects. An example of a group would be a table reference in the FROM clause. An IGroup may have a context name used in references to this group.
Method Summary | |
---|---|
java.lang.String |
getContext()
Get the aliased name this group uses for references in the command. |
java.lang.String |
getDefinition()
Get the name of the group as defined in the VDB. |
void |
setContext(java.lang.String context)
Set the aliased name this group uses for references in the command. |
void |
setDefinition(java.lang.String definition)
Set the name of the group as defined in the VDB. |
Methods inherited from interface org.teiid.connector.language.IMetadataReference |
---|
getMetadataObject |
Methods inherited from interface org.teiid.connector.language.ILanguageObject |
---|
acceptVisitor |
Method Detail |
---|
java.lang.String getDefinition()
java.lang.String getContext()
void setDefinition(java.lang.String definition)
definition
- The definitionvoid setContext(java.lang.String context)
context
- Context name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |