| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active
The cached value of the '
Active' attribute. |
protected static boolean |
ACTIVE_EDEFAULT
The default value of the '
Active' attribute. |
protected QueryCondition |
condition
The cached value of the '
Condition' containment reference. |
protected java.lang.String |
description
The cached value of the '
Description' attribute. |
protected static java.lang.String |
DESCRIPTION_EDEFAULT
The default value of the '
Description' attribute. |
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected java.lang.String |
name
The cached value of the '
Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetCondition(QueryCondition newCondition,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
QueryCondition |
getCondition() |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getName() |
boolean |
isActive() |
void |
setActive(boolean newActive) |
void |
setCondition(QueryCondition newCondition) |
void |
setDescription(java.lang.String newDescription) |
void |
setId(java.lang.String newId) |
void |
setName(java.lang.String newName) |
java.lang.String |
toString() |
protected QueryCondition condition
Condition' containment reference.
getCondition()protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final java.lang.String DESCRIPTION_EDEFAULT
Description' attribute.
getDescription()protected java.lang.String description
Description' attribute.
getDescription()protected static final boolean ACTIVE_EDEFAULT
Active' attribute.
isActive(),
Constant Field Valuesprotected boolean active
Active' attribute.
isActive()protected EClass eStaticClass()
public QueryCondition getCondition()
getCondition in interface QueryQuery.setCondition(QueryCondition),
QueryPackage.getQuery_Condition()public NotificationChain basicSetCondition(QueryCondition newCondition, NotificationChain msgs)
public void setCondition(QueryCondition newCondition)
setCondition in interface QuerynewCondition - the new value of the 'Condition' containment reference.Query.getCondition()public java.lang.String getId()
getId in interface QueryQuery.setId(String),
QueryPackage.getQuery_Id()public void setId(java.lang.String newId)
setId in interface QuerynewId - the new value of the 'Id' attribute.Query.getId()public java.lang.String getName()
getName in interface QueryQuery.setName(String),
QueryPackage.getQuery_Name()public void setName(java.lang.String newName)
setName in interface QuerynewName - the new value of the 'Name' attribute.Query.getName()public java.lang.String getDescription()
getDescription in interface QueryQuery.setDescription(String),
QueryPackage.getQuery_Description()public void setDescription(java.lang.String newDescription)
setDescription in interface QuerynewDescription - the new value of the 'Description' attribute.Query.getDescription()public boolean isActive()
isActive in interface QueryQuery.setActive(boolean),
QueryPackage.getQuery_Active()public void setActive(boolean newActive)
setActive in interface QuerynewActive - the new value of the 'Active' attribute.Query.isActive()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Data In Motion Consulting GmbH