ImmutableProgram |
ImmutableProgram.Builder.build() |
|
static ImmutableProgram |
ImmutableProgram.copyOf(Program instance) |
Creates an immutable copy of a Program value.
|
ImmutableProgram |
ImmutableProgram.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableProgram |
ImmutableProgram.withItems(Item... elements) |
Copy the current immutable object with elements that replace the content of items.
|
ImmutableProgram |
ImmutableProgram.withItems(Iterable<? extends Item> elements) |
Copy the current immutable object with elements that replace the content of items.
|
ImmutableProgram |
ImmutableProgram.withRootItem(Item value) |
Copy the current immutable object by setting a value for the rootItem attribute.
|
ImmutableProgram |
ImmutableProgram.withValueSets(ValueSet... elements) |
Copy the current immutable object with elements that replace the content of valueSets.
|
ImmutableProgram |
ImmutableProgram.withValueSets(Iterable<? extends ValueSet> elements) |
Copy the current immutable object with elements that replace the content of valueSets.
|