com.connecterra.alepc.api
Interface ReadOpSpec

All Superinterfaces:
OpSpec
All Known Implementing Classes:
EngineReadOpSpec

public interface ReadOpSpec
extends OpSpec

Operation Spec representing a request to read data from a tag. It contains a URI object that specifies which field of the tag to read.

A ReadOpSpec is created through the #ALEPCFactory, using the createReadOpSpec method.


Method Summary
 java.net.URI getField()
          Returns the URI representing the field to read.
 

Method Detail

getField

public java.net.URI getField()
Returns the URI representing the field to read. See the programming guide for the format of this URI.

Returns:
the URI representing the field to read