com.connecterra.alepc.api
Interface OpReport

All Known Implementing Classes:
EngineOpReport

public interface OpReport

The result of a single operation on a tag.


Method Summary
 java.net.URI getField()
          Returns the target field's memory URI if the operation worked on tag memory.
 PCStatus getOperationStatus()
          Returns the status of the associated operation
 java.net.URI getValue()
          Returns the contents of the target field, if the operation worked on tag memory.
 

Method Detail

getOperationStatus

public PCStatus getOperationStatus()
Returns the status of the associated operation

Returns:
the status of the associated operation

getField

public java.net.URI getField()
Returns the target field's memory URI if the operation worked on tag memory.

Returns:
the target field's memory URI, or null

getValue

public java.net.URI getValue()
Returns the contents of the target field, if the operation worked on tag memory.

Returns:
the contents of the target field, in URI form, or null