public final class Constant extends Type implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Constant(Type _baseType,
java.lang.String _value) |
| Modifier and Type | Method and Description |
|---|---|
Type |
baseType() |
static Constant |
create(Type _baseType,
java.lang.String _value) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Constant |
of(Type _baseType,
java.lang.String _value) |
java.lang.String |
toString() |
java.lang.String |
value() |
Constant |
withBaseType(Type baseType) |
Constant |
withValue(java.lang.String value) |