|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITagRead
ITagRead is the interface representing the class TagRead
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
READER
The name of the reader ID attribute |
static java.lang.String |
TAG
The name of the tag group |
static java.lang.String |
TAGREAD
The name of the tag read group |
Method Summary | |
---|---|
void |
addTag(Tag tag)
Adds the specified Tag to this payload |
java.lang.String |
getReaderID()
Returns the reader ID from this payload |
IGenericGroup |
getTag()
Returns the TAG group from this payload |
IGenericGroup |
getTag(java.lang.String tagname)
Returnsthe specified ITag from this payload |
void |
setReaderID(java.lang.String reader)
Sets the reader ID for this payload |
Methods inherited from interface com.ibm.sensorevent.model.IGroup |
---|
toMap, toTypedMap |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String TAGREAD
static final java.lang.String READER
static final java.lang.String TAG
Method Detail |
---|
java.lang.String getReaderID() throws SensorEventException
SensorEventException
void setReaderID(java.lang.String reader) throws SensorEventException
SensorEventException
IGenericGroup getTag() throws SensorEventException
TAG
group from this payload
SensorEventException
IGenericGroup getTag(java.lang.String tagname) throws SensorEventException
ITag
from this payload
tagname
- the tag group name to return
SensorEventException
void addTag(Tag tag) throws SensorEventException
Tag
to this payload
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |