|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.model.events.RowSetRecord
public final class RowSetRecord
Holds a record of a CyRow that was set and what it was set to.
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
</dependency>| Constructor Summary | |
|---|---|
RowSetRecord(CyRow row,
String column,
Object value,
Object rawValue)
Constructs a RowSetRecord. |
|
| Method Summary | |
|---|---|
String |
getColumn()
Returns the name of the column of the data that was set. |
Object |
getRawValue()
Returns the raw value that the data was set as. |
CyRow |
getRow()
Returns the CyRow of the data that was set. |
Object |
getValue()
Returns the value that the data was set as. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowSetRecord(CyRow row,
String column,
Object value,
Object rawValue)
row - The CyRow of the data that was set.column - The name of the column of the data that was set.value - The value the data was set as.rawValue - The raw value the data was set as.| Method Detail |
|---|
public CyRow getRow()
CyRow of the data that was set.
CyRow of the data that was set.public String getColumn()
public Object getValue()
public Object getRawValue()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||