|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITag
ITag is the interface representing the class Tag
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
TAG
NAme of the tag group |
static java.lang.String |
TAGID
Name fo the tag attribute |
static java.lang.String |
TAGUSERDATA
Name of the tag metadata group |
Method Summary | |
---|---|
void |
addTagUserData(java.lang.String name,
java.lang.String value)
Add the name/value pair to the tag metadata |
java.lang.String |
getTagID()
Returns the tag ID attribute value |
java.lang.String |
getTagID(java.lang.String name)
Returns the value of the specified attribute name |
java.lang.String |
getTagUserData(java.lang.String name)
Returns the value of tag metadata with the specified name |
void |
setTagID(java.lang.String value)
Sets the tag ID attribute value |
void |
setTagID(java.lang.String id,
java.lang.String value)
Sets the String attribute to the specified id and value |
Methods inherited from interface com.ibm.sensorevent.model.IGroup |
---|
toMap, toTypedMap |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String TAG
static final java.lang.String TAGID
static final java.lang.String TAGUSERDATA
Method Detail |
---|
java.lang.String getTagID() throws SensorEventException
SensorEventException
void setTagID(java.lang.String value) throws SensorEventException
SensorEventException
java.lang.String getTagID(java.lang.String name) throws SensorEventException
name
- the name of the attribute
SensorEventException
void setTagID(java.lang.String id, java.lang.String value) throws SensorEventException
id
- the name of the attributevalue
- the value of the atribute
SensorEventException
void addTagUserData(java.lang.String name, java.lang.String value) throws SensorEventException
SensorEventException
java.lang.String getTagUserData(java.lang.String name) throws SensorEventException
name
- the name of the tag metadata
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |