|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttValue | |
edu.uci.isr.yancees.server.dispatcher.elvin |
Uses of AttValue in edu.uci.isr.yancees.server.dispatcher.elvin |
Methods in edu.uci.isr.yancees.server.dispatcher.elvin that return AttValue | |
AttValue[] |
OldElvinEvent.getBodyAttValues()
|
AttValue[] |
OldElvinEvent.getHeaderAttValues()
|
AttValue |
OldElvinEvent.getBodyAttribute(java.lang.String name)
returns the value of an attribute or null if
that attribute does not exist in this OldElvinEvent. |
AttValue |
OldElvinEvent.getHeaderAttribute(java.lang.String name)
returns the value of an attribute or null if
that attribute does not exist in this OldElvinEvent. |
AttValue[] |
ElvinEvent.getAttributeValues()
|
AttValue |
ElvinEvent.getAttribute(java.lang.String name)
returns the value of an attribute or null if
that attribute does not exist in this ElvinEvent. |
Methods in edu.uci.isr.yancees.server.dispatcher.elvin with parameters of type AttValue | |
void |
OldElvinEvent.putBodyAttribute(java.lang.String name,
AttValue value)
set the value of an attribute. |
void |
OldElvinEvent.putHeaderAttribute(java.lang.String name,
AttValue value)
set the value of an attribute. |
void |
ElvinEvent.putAttribute(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.elvin with parameters of type AttValue | |
AttValue(AttValue x)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |