|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.AbstractTuple
be.SIRAPRISE.client.ClientTuple
public class ClientTuple
Constructor Summary | |
---|---|
ClientTuple(IntersectableMap<java.lang.String,?> attributeValueMap,
Heading heading)
Creates the tuple |
Method Summary | |
---|---|
java.lang.String |
escapedValue(java.lang.String attributeName)
Gets The attribute value for the named attribute |
AbstractRelation |
rvaValue(java.lang.String attributeName)
Gets The attribute value for a relation-valued attribute, as a Relation object |
java.lang.String |
value(java.lang.String attributeName)
Gets The attribute value for the named attribute |
IntersectableMap<?,?> |
values()
Gets the map of attribute values |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientTuple(IntersectableMap<java.lang.String,?> attributeValueMap, Heading heading)
attributeValueMap
- heading
- Method Detail |
---|
public java.lang.String escapedValue(java.lang.String attributeName)
AbstractTuple
escapedValue
in interface Tuple
escapedValue
in class AbstractTuple
attributeName
- The name of the attribute whose value is to be obtained
public AbstractRelation rvaValue(java.lang.String attributeName)
Tuple
attributeName
- The name of the attribute whose value is to be obtained. This attribute must be declared nonscalar in the heading.
public java.lang.String value(java.lang.String attributeName)
Tuple
value
in interface Tuple
value
in class AbstractTuple
attributeName
- The name of the attribute whose value is to be obtained
public IntersectableMap<?,?> values()
Tuple
values
in interface Tuple
values
in class AbstractTuple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |