ImmutableVariableReference<T> |
ImmutableVariableReference.Builder.build() |
|
static <T> ImmutableVariableReference<T> |
ImmutableVariableReference.copyOf(VariableReference<T> instance) |
|
static <T> ImmutableVariableReference<T> |
ImmutableVariableReference.of(ItemId itemId,
ValueType valueType) |
Construct a new immutable VariableReference instance.
|
ImmutableVariableReference<T> |
ImmutableVariableReference.withItemId(ItemId value) |
Copy the current immutable object by setting a value for the itemId attribute.
|
ImmutableVariableReference<T> |
ImmutableVariableReference.withValueType(ValueType value) |
Copy the current immutable object by setting a value for the valueType attribute.
|