public class CellImpl extends PCMElementImpl implements Cell
| Constructor and Description |
|---|
CellImpl(pcm.Cell kCell) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PCMVisitor visitor) |
PCMElement |
clone(PCMFactory factory) |
boolean |
equals(Object o) |
String |
getContent() |
Feature |
getFeature() |
Value |
getInterpretation() |
pcm.Cell |
getkCell() |
Product |
getProduct() |
String |
getRawContent() |
int |
hashCode() |
void |
setContent(String s) |
void |
setFeature(Feature feature) |
void |
setInterpretation(Value value) |
void |
setRawContent(String s) |
String |
toString() |
public pcm.Cell getkCell()
public String getContent()
getContent in interface Cellpublic void setContent(String s)
setContent in interface Cellpublic String getRawContent()
getRawContent in interface Cellpublic void setRawContent(String s)
setRawContent in interface Cellpublic Value getInterpretation()
getInterpretation in interface Cellpublic void setInterpretation(Value value)
setInterpretation in interface Cellpublic Feature getFeature()
getFeature in interface Cellpublic void setFeature(Feature feature)
setFeature in interface Cellpublic void accept(PCMVisitor visitor)
accept in interface PCMElementpublic PCMElement clone(PCMFactory factory)
clone in interface PCMElementpublic Product getProduct()
getProduct in interface CellCopyright © 2015. All rights reserved.