public class RGCell
extends Object
Modifier and Type | Field and Description |
---|---|
private RGAttribute |
attr |
private RGElement |
elem |
private RGValue |
value |
Constructor and Description |
---|
RGCell(RGAttribute a,
RGElement e,
RGValue v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(RGCell c) |
RGAttribute |
getAttribute() |
RGElement |
getElement() |
RGValue |
getRGValue() |
boolean |
hasValue() |
void |
setAttribute(RGAttribute a) |
void |
setElement(RGElement e) |
void |
setRGValue(RGValue v)
Assigns a value object to this cell, but the object may wrap a null value.
|
private RGAttribute attr
private RGElement elem
private RGValue value
public RGCell(RGAttribute a, RGElement e, RGValue v)
public RGAttribute getAttribute()
public void setAttribute(RGAttribute a)
public RGElement getElement()
public void setElement(RGElement e)
public RGValue getRGValue()
public void setRGValue(RGValue v)
public boolean hasValue()
public boolean equals(RGCell c)