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()
FieldNature
isFormula
in interface FieldNature
public String getField()
getField
in interface FieldNature
public void setField(String field)
setField
in interface FieldNature
public String getValue()
getValue
in interface FieldNature
public void setValue(String value)
setValue
in interface FieldNature
public int getNature()
getNature
in interface FieldNature
public void setNature(int nature)
setNature
in interface FieldNature
public String getType()
getType
in interface FieldNature
public void setType(String type)
setType
in interface FieldNature
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.