public class Cell
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Cell.Type | 
| Constructor and Description | 
|---|
| Cell() | 
| Cell(java.lang.String value) | 
| Cell(java.lang.String value,
    Cell.Type type) | 
| Cell(java.lang.String value,
    java.util.Properties properties,
    Cell.Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Properties | getProperties() | 
| java.lang.String | getType() | 
| java.lang.String | getValue() |