com.virtuosotechnologies.asaph.model.opsemantics
Interface GetFieldAsStringArraySemantics
- All Superinterfaces:
- SongOperation
- All Known Implementing Classes:
- GetFieldAsStringArraySemantics.DefaultImplementation
- public interface GetFieldAsStringArraySemantics
- extends 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.getFieldValueAsStringArray(),
or to null if an error occurs.
getFieldName
public String getFieldName()
- Get the name of the field that is being read.
- Returns:
- field name