|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> model >> [ opsemantics overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.model.opsemantics
Interface GetFieldAsStringSemantics

- All Superinterfaces:
- com.virtuosotechnologies.asaph.model.SongOperation
- All Known Implementing Classes:
- GetFieldAsStringSemantics.DefaultImplementation
- public interface GetFieldAsStringSemantics
- extends com.virtuosotechnologies.asaph.model.SongOperation
An OpSemantics that sets the data to the value of a field. SongOperations that implement this interface guarantee that perform() sets the data field of each entry in the result set to the field value String of the corresponding Song as would be set by SongUtils.getFieldValueAsString(), or to null if an error occurs.
| Nested Class Summary | |
static class |
GetFieldAsStringSemantics.DefaultImplementation
The default implementation of GetFieldStringSemantics |
| Method Summary | |
java.lang.String |
getFieldName()
Get the name of the field that is being read. |
| Methods inherited from interface com.virtuosotechnologies.asaph.model.SongOperation |
equals, perform |
| Method Detail |
getFieldName
public java.lang.String getFieldName()
- Get the name of the field that is being read.
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> model >> [ opsemantics overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC