com.connecterra.ale.alevent.impl
Class EngineWriteOpSpec

java.lang.Object
  extended bycom.connecterra.ale.alevent.impl.EngineWriteOpSpec
All Implemented Interfaces:
OpSpec, WriteOpSpec

public class EngineWriteOpSpec
extends java.lang.Object
implements WriteOpSpec


Constructor Summary
EngineWriteOpSpec(java.net.URI field, DataSpec dataSpec)
           
 
Method Summary
 DataSpec getDataSpec()
          Returns the DataSpec representing the method used to retrieve the data to write to the tag.
 java.net.URI getField()
          Returns the tag memory location URI representing the field to write to.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineWriteOpSpec

public EngineWriteOpSpec(java.net.URI field,
                         DataSpec dataSpec)
Method Detail

getField

public java.net.URI getField()
Description copied from interface: WriteOpSpec
Returns the tag memory location URI representing the field to write to. See the programming guide for the format of this URI.

Specified by:
getField in interface WriteOpSpec
Returns:
the tag memory location URI representing the field to write to

getDataSpec

public DataSpec getDataSpec()
Description copied from interface: WriteOpSpec
Returns the DataSpec representing the method used to retrieve the data to write to the tag.

Specified by:
getDataSpec in interface WriteOpSpec
Returns:
the DataSpec to retrieve the password for this tag.