|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttValue | |
edu.uci.isr.yancees.server.dispatcher.siena |
Uses of AttValue in edu.uci.isr.yancees.server.dispatcher.siena |
Methods in edu.uci.isr.yancees.server.dispatcher.siena that return AttValue | |
AttValue[] |
SienaEvent.getAttributeValues()
|
AttValue |
SienaEvent.getAttribute(java.lang.String name)
returns the value of an attribute or null if
that attribute does not exist in this SienaEvent. |
AttValue[] |
OldSienaEvent.getBodyAttValues()
|
AttValue[] |
OldSienaEvent.getHeaderAttValues()
|
AttValue |
OldSienaEvent.getBodyAttribute(java.lang.String name)
returns the value of an attribute or null if
that attribute does not exist in this SienaEvent. |
AttValue |
OldSienaEvent.getHeaderAttribute(java.lang.String name)
returns the value of an attribute or null if
that attribute does not exist in this SienaEvent. |
Methods in edu.uci.isr.yancees.server.dispatcher.siena with parameters of type AttValue | |
void |
SienaEvent.putAttribute(java.lang.String name,
AttValue value)
set the value of an attribute. |
void |
OldSienaEvent.putBodyAttribute(java.lang.String name,
AttValue value)
set the value of an attribute. |
void |
OldSienaEvent.putHeaderAttribute(java.lang.String name,
AttValue value)
set the value of an attribute. |
boolean |
AttValue.isEqualTo(AttValue x)
|
Constructors in edu.uci.isr.yancees.server.dispatcher.siena with parameters of type AttValue | |
AttValue(AttValue x)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |