|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.rfid.write.profile.RfidWriteRequest
public class RfidWriteRequest
| Field Summary | |
|---|---|
static int |
TASK_EXECUTE
Define the task execute (int) constant. |
static int |
TASK_SET_WRITEOPERATIONS
Define the task set writeoperations (int) constant. |
| Constructor Summary | |
|---|---|
RfidWriteRequest(int taskType)
Constructs an instance of this class from the specified task type parameter. |
|
RfidWriteRequest(int taskType,
java.lang.Object taskValue)
Constructs an instance of this class from the specified task type and task value parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getTaskName()
Gets the task name (String) value. |
int |
getTaskType()
Gets the task type (int) value. |
java.lang.Object |
getTaskValue()
Gets the task value (Object) value. |
java.lang.String |
toString()
Returns the string value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TASK_EXECUTE
public static final int TASK_SET_WRITEOPERATIONS
| Constructor Detail |
|---|
public RfidWriteRequest(int taskType)
taskType - The task type (int) parameter.RfidWriteRequest(int,Object)
public RfidWriteRequest(int taskType,
java.lang.Object taskValue)
taskType - The task type (int) parameter.taskValue - The task value (Object) parameter.RfidWriteRequest(int)| Method Detail |
|---|
public java.lang.String getTaskName()
String) value.public int getTaskType()
int) value.public java.lang.Object getTaskValue()
Object) value.public java.lang.String toString()
toString in class java.lang.ObjectString) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||