public class CallFieldValue extends Object implements FieldNature
| Modifier and Type | Field and Description |
|---|---|
String |
field |
int |
nature |
String |
type
This is the datatype archectype (eg String, Numeric etc).
|
String |
value |
| Constructor and Description |
|---|
CallFieldValue() |
CallFieldValue(String field,
String value,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
int |
getNature() |
String |
getType() |
String |
getValue() |
boolean |
hasValue() |
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) |
public String field
public String value
public int nature
public String type
public boolean isFormula()
isFormula in interface FieldNaturepublic String getField()
getField in interface FieldNaturepublic void setField(String field)
setField in interface FieldNaturepublic String getValue()
getValue in interface FieldNaturepublic void setValue(String value)
setValue in interface FieldNaturepublic int getNature()
getNature in interface FieldNaturepublic void setNature(int nature)
setNature in interface FieldNaturepublic String getType()
getType in interface FieldNaturepublic void setType(String type)
setType in interface FieldNaturepublic boolean hasValue()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.