public interface Cell extends PCMElement
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Feature |
getFeature() |
Value |
getInterpretation() |
Product |
getProduct() |
String |
getRawContent() |
void |
setContent(String content) |
void |
setFeature(Feature feature) |
void |
setInterpretation(Value interpretation) |
void |
setRawContent(String content) |
accept, cloneString getContent()
void setContent(String content)
String getRawContent()
void setRawContent(String content)
Value getInterpretation()
void setInterpretation(Value interpretation)
Feature getFeature()
void setFeature(Feature feature)
Product getProduct()
Copyright © 2015. All rights reserved.