org.bioconductor.packages.rservices
Class RList
java.lang.Object
org.bioconductor.packages.rservices.RObject
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 java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected java.lang.Object[] value
names
protected java.lang.String[] names
RList
public RList()
RList
public RList(java.lang.Object[] value,
java.lang.String[] names)
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.