public interface FieldNature
Modifier and Type | Method and Description |
---|---|
String |
getField() |
int |
getNature() |
String |
getType() |
String |
getValue() |
boolean |
isFormula()
This will return true if the value is really a "formula" - in the sense
of like an excel spreadsheet.
|
void |
setField(String field) |
void |
setNature(int nature) |
void |
setType(String type) |
void |
setValue(String value) |
boolean isFormula()
String getField()
void setField(String field)
String getValue()
void setValue(String value)
int getNature()
void setNature(int nature)
String getType()
void setType(String type)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.