public class ActionFieldValue extends Object implements FieldNature
| Constructor and Description |
|---|
ActionFieldValue() |
ActionFieldValue(String field,
String value,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getField() |
int |
getNature() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
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 boolean isFormula()
FieldNatureisFormula 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 FieldNatureCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.