public abstract static class CellBuffer.Cell
extends java.lang.Object
implements de.ims.icarus.util.CloneableObject, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
CellBuffer.Cell[] |
children |
java.lang.String |
id |
java.lang.String |
style |
java.lang.Object |
value |
Constructor and Description |
---|
CellBuffer.Cell() |
Modifier and Type | Method and Description |
---|---|
abstract CellBuffer.Cell |
clone() |
protected void |
copyFrom(CellBuffer.Cell cell) |
public java.lang.Object value
public java.lang.String style
public java.lang.String id
public CellBuffer.Cell[] children
public abstract CellBuffer.Cell clone()
clone
in interface de.ims.icarus.util.CloneableObject
clone
in class java.lang.Object
protected void copyFrom(CellBuffer.Cell cell)