public interface Query
The following features are supported:
QueryPackage.getQuery()| Modifier and Type | Method and Description |
|---|---|
QueryCondition |
getCondition()
Returns the value of the 'Condition' containment reference.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isActive()
Returns the value of the 'Active' attribute.
|
void |
setActive(boolean value)
Sets the value of the '
Active' attribute. |
void |
setCondition(QueryCondition value)
Sets the value of the '
Condition' containment reference. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
QueryCondition getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(QueryCondition),
QueryPackage.getQuery_Condition()void setCondition(QueryCondition value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
QueryPackage.getQuery_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
QueryPackage.getQuery_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
QueryPackage.getQuery_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()boolean isActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean),
QueryPackage.getQuery_Active()void setActive(boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.isActive()Data In Motion Consulting GmbH