|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bioconductor.packages.rservices.RJFactor
public class RJFactor
Field Summary | |
---|---|
protected int[] |
code
|
protected java.lang.String[] |
levels
|
Constructor Summary | |
---|---|
RJFactor()
|
|
RJFactor(java.lang.String[] levels,
int[] code)
|
Method Summary | |
---|---|
java.lang.String[] |
asData()
Gets the String[] representation of this RJFactor. |
boolean |
equals(java.lang.Object inputObject)
|
int[] |
getCode()
Gets the code value for this RJFactor. |
java.lang.String[] |
getLevels()
Gets the levels for this RArray. |
void |
setCode(int[] code)
Sets the code for this RJFactor. |
void |
setCode(java.lang.Integer code)
Sets the code for this RJFactor. |
void |
setLevels(java.lang.String levels)
Sets the levels for this RJFactor. |
void |
setLevels(java.lang.String[] levels)
Sets the levels for this RJFactor. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String[] levels
protected int[] code
Constructor Detail |
---|
public RJFactor()
public RJFactor(java.lang.String[] levels, int[] code)
Method Detail |
---|
public void setLevels(java.lang.String[] levels)
levels
- public void setLevels(java.lang.String levels)
levels
- public java.lang.String[] getLevels()
public void setCode(int[] code)
code
- public void setCode(java.lang.Integer code)
code
- public int[] getCode()
public java.lang.String[] asData()
public boolean equals(java.lang.Object inputObject)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |