ImmutableVariable |
ImmutableVariable.Builder.build() |
|
static ImmutableVariable |
ImmutableVariable.copyOf(Variable instance) |
Creates an immutable copy of a Variable value.
|
static ImmutableVariable |
ImmutableVariable.of(String name,
String expression) |
Construct a new immutable Variable instance.
|
ImmutableVariable |
ModifiableVariable.toImmutable() |
|
ImmutableVariable |
ImmutableVariable.withContext(Boolean value) |
Copy the current immutable object by setting a value for the context attribute.
|
ImmutableVariable |
ImmutableVariable.withContextType(String value) |
Copy the current immutable object by setting a value for the contextType attribute.
|
ImmutableVariable |
ImmutableVariable.withDefaultValue(Object value) |
Copy the current immutable object by setting a value for the defaultValue attribute.
|
ImmutableVariable |
ImmutableVariable.withExpression(String value) |
Copy the current immutable object by setting a value for the expression attribute.
|
ImmutableVariable |
ImmutableVariable.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableVariable |
ImmutableVariable.withPublished(Boolean value) |
Copy the current immutable object by setting a value for the published attribute.
|