2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.operations
Class BlockErase

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.operations.AbstractOperation
      extended by org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.operations.BlockErase
All Implemented Interfaces:
IOperation

public class BlockErase
extends AbstractOperation

Since:
1.0
Version:
1.2.0

Field Summary
 
Fields inherited from class org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.operations.AbstractOperation
INCREMENT, MEMORYBANK, OP_COUNT, OPERATIONID, PASSWORD, REPEAT, TIMEOUT, WORDCOUNT, WORDPOINTER, WRITEDATA
 
Constructor Summary
BlockErase()
          Constructs an instance of this class.
 
Method Summary
 java.lang.String htmlOutput(java.lang.String servletPath)
          Html output with the specified servlet path parameter and return the String result.
 java.lang.String opOutput()
          Op output and return the String result.
 void setValues(javax.servlet.http.HttpServletRequest request)
          Sets the values value.
 
Methods inherited from class org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.operations.AbstractOperation
getActionFieldId, getCustomFieldId, getFormHeader, getFormTail, getName, getOpNameFieldId, linkOutput, matchedOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockErase

public BlockErase()
Constructs an instance of this class.

Method Detail

htmlOutput

public java.lang.String htmlOutput(java.lang.String servletPath)
Html output with the specified servlet path parameter and return the String result.

Parameters:
servletPath - The servlet path (String) parameter.
Returns:
Results of the html output (String) value.
See Also:
opOutput()

opOutput

public java.lang.String opOutput()
Op output and return the String result.

Returns:
Results of the op output (String) value.
See Also:
htmlOutput(String)

setValues

public void setValues(javax.servlet.http.HttpServletRequest request)
Sets the values value.

Parameters:
request - The request (HttpServletRequest) parameter.

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.