|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sdsc.grid.io.MetaDataSelect
public final class MetaDataSelect
A "meta data select" indicates a single field that should be returned on a query.
There are no 'set' methods - once constructed, the object cannot be changed.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests this MetaDataSelect object for equality with the given object. |
MetaDataField |
getField()
Returns the MetaDataField object describing the field selected by this object. |
java.lang.String |
getFieldName()
Returns the name of the field selected by this object. |
int |
getOperation()
Returns the operation code on this selection. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getFieldName()
public MetaDataField getField()
public int getOperation()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
true if and only if the argument is not
null and both are MetaDataSelect objects with equal
field and operation values.
equals in class java.lang.Objectobj - The object to be compared with this abstract pathname
true if and only if the objects are the same;
false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||