org.xerial.amoeba
Interface AmoebaTuple


public interface AmoebaTuple


Method Summary
 String getKey()
          This is a short hand method for getValue(getKeyParameterName())
 String getKeyParameterName()
          Gets the parameter name of the key attribute
 SortedSet<String> getParameterNameSet()
          Gets the set of the parameter values
 String getValue(String parameterName)
          Gets the value of the corresponding parameterName
 

Method Detail

getKey

String getKey()
This is a short hand method for getValue(getKeyParameterName())

Returns:

getValue

String getValue(String parameterName)
Gets the value of the corresponding parameterName

Parameters:
parameterName -
Returns:
the parameter value

getKeyParameterName

String getKeyParameterName()
Gets the parameter name of the key attribute

Returns:

getParameterNameSet

SortedSet<String> getParameterNameSet()
Gets the set of the parameter values

Returns:


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.