public class ImmutableTypeEncodedValue extends BaseTypeEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
value |
| Constructor and Description |
|---|
ImmutableTypeEncodedValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the type value.
|
static ImmutableTypeEncodedValue |
of(TypeEncodedValue typeEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic ImmutableTypeEncodedValue(@Nonnull
java.lang.String value)
public static ImmutableTypeEncodedValue of(@Nonnull TypeEncodedValue typeEncodedValue)
@Nonnull public java.lang.String getValue()
TypeEncodedValuegetValue in interface TypeEncodedValue