org.bioconductor.packages.rservices
Class RList

java.lang.Object
  extended by org.bioconductor.packages.rservices.RObject
      extended by org.bioconductor.packages.rservices.RList
All Implemented Interfaces:
java.io.Serializable

public class RList
extends RObject

See Also:
Serialized Form

Field Summary
protected  java.lang.String[] names
           
protected  java.lang.Object[] value
           
 
Constructor Summary
RList()
           
RList(java.lang.Object[] value, java.lang.String[] names)
           
 
Method Summary
 boolean equals(java.lang.Object inputObject)
           
 java.lang.String[] getNames()
          Gets the names for this RList.
 java.lang.Object[] getValue()
          Gets the value for this RList.
 void setNames(java.lang.String names)
          Sets the names for this RList.
 void setNames(java.lang.String[] names)
          Sets the names for this RList.
 void setValue(java.lang.Object[] value)
          Sets the value for this RList.
 java.lang.String toString()
           
 
Methods inherited from class org.bioconductor.packages.rservices.RObject
getOutputMsg, setOutputMsg
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected java.lang.Object[] value

names

protected java.lang.String[] names
Constructor Detail

RList

public RList()

RList

public RList(java.lang.Object[] value,
             java.lang.String[] names)
Method Detail

setValue

public void setValue(java.lang.Object[] value)
Sets the value for this RList.

Parameters:
value -

getValue

public java.lang.Object[] getValue()
Gets the value for this RList.

Returns:
value

setNames

public void setNames(java.lang.String[] names)
Sets the names for this RList.

Parameters:
names -

setNames

public void setNames(java.lang.String names)
Sets the names for this RList.

Parameters:
names -

getNames

public java.lang.String[] getNames()
Gets the names for this RList.

Returns:
value

equals

public boolean equals(java.lang.Object inputObject)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright Bioconductor. All Rights Reserved.