public class CalcFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
CalcFieldValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
String |
getValue()
Returns the value of field.
|
int |
hashCode() |
String |
toString() |
isBuiltinpublic FieldType getType()
getType in interface FieldValuepublic String getValue()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Object