public class EMongoCursor
extends MinimalEObjectImpl.Container
The following features are supported:
ModelPackage.getEMongoCursor()| Modifier and Type | Field and Description |
|---|---|
protected <any> |
collection
The cached value of the '
Collection' attribute. |
protected <any> |
cursor
The cached value of the '
Cursor' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
EMongoCursor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getCollection()
Returns the value of the 'Collection' attribute.
|
<any> |
getCursor()
Returns the value of the 'Cursor' attribute.
|
void |
setCollection(<any> newCollection)
Sets the value of the '
Collection' attribute. |
void |
setCursor(<any> newCursor)
Sets the value of the '
Cursor' attribute. |
java.lang.String |
toString() |
protected <any> cursor
Cursor' attribute.
getCursor()protected <any> collection
Collection' attribute.
getCollection()protected EClass eStaticClass()
public <any> getCursor()
If the meaning of the 'Cursor' attribute isn't clear, there really should be more of a description here...
#setCursor(MongoCursor),
ModelPackage.getEMongoCursor_Cursor()public void setCursor(<any> newCursor)
Cursor' attribute.
value - the new value of the 'Cursor' attribute.getCursor()public <any> getCollection()
If the meaning of the 'Collection' attribute isn't clear, there really should be more of a description here...
#setCollection(MongoCollection),
ModelPackage.getEMongoCursor_Collection()public void setCollection(<any> newCollection)
Collection' attribute.
value - the new value of the 'Collection' attribute.getCollection()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()
Bryan Hunt, Data In Motion Consulting