Uses of Class
io.dialob.program.model.ImmutableValueSet.Entry
-
Packages that use ImmutableValueSet.Entry Package Description io.dialob.program.model -
-
Uses of ImmutableValueSet.Entry in io.dialob.program.model
Methods in io.dialob.program.model that return ImmutableValueSet.Entry Modifier and Type Method Description ImmutableValueSet.EntryImmutableValueSet.Entry.Builder. build()Builds a newEntry.static ImmutableValueSet.EntryImmutableValueSet.Entry. copyOf(ValueSet.Entry instance)Creates an immutable copy of aValueSet.Entryvalue.ImmutableValueSet.EntryImmutableValueSet.Entry. withKey(String value)Copy the current immutable object by setting a value for thekeyattribute.ImmutableValueSet.EntryImmutableValueSet.Entry. withLabel(Expression value)Copy the current immutable object by setting a value for thelabelattribute.
-