|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A specification for a series of operations to perform on each tag in the field during a programming cycle.
| Method Summary | |
void |
addOpSpec(OpSpec opSpec)
Add an operation spec to the end of the list associated with this access spec. |
java.lang.String |
getName()
Return the name of this AccessSpec. |
java.util.List |
getOpSpecs()
Get the list of OpSpecs in this AccessSpec. |
boolean |
getStopOnError()
|
void |
setName(java.lang.String name)
Set the name of this AccessSpec. |
void |
setOpSpecs(java.util.List opSpecs)
Set the list of OpSpecs in this AccessSpec. |
void |
setStopOnError(boolean stopOnError)
Sets the stopOnError flag for this access spec. |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List getOpSpecs()
public void setOpSpecs(java.util.List opSpecs)
opSpecs - the List of operation specs this access spec should performgetOpSpecspublic void addOpSpec(OpSpec opSpec)
opSpec - the operation spec to add to the end of the listgetOpSpecspublic boolean getStopOnError()
public void setStopOnError(boolean stopOnError)
stopOnError - the new value for the Access Spec's stopOnError flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||