public interface Tuple<O,P>
| Modifier and Type | Method and Description |
|---|---|
TupleType<O,P> |
getTupleType()
Obtains the tuple's type.
|
Object |
getValue(P part)
Queries the value of the specified tuple part.
|
Object |
getValue(String partName)
Queries the value of the specified tuple part.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.