Uses of Class
se.digg.dgc.valueset.v1.ValueSetValue
-
Packages that use ValueSetValue Package Description se.digg.dgc.valueset.v1 Support for DGC valuesets. -
-
Uses of ValueSetValue in se.digg.dgc.valueset.v1
Methods in se.digg.dgc.valueset.v1 that return ValueSetValue Modifier and Type Method Description ValueSetValueValueSet. getValue(String code)Given a code for a value the method gets the value set value.Methods in se.digg.dgc.valueset.v1 that return types with arguments of type ValueSetValue Modifier and Type Method Description Map<String,ValueSetValue>ReloadableValueSet. getValues()Gets the value set values.Map<String,ValueSetValue>ValueSet. getValues()Gets the value set values.Method parameters in se.digg.dgc.valueset.v1 with type arguments of type ValueSetValue Modifier and Type Method Description voidReloadableValueSet. setValues(Map<String,ValueSetValue> values)Not allowed to call - will throwIllegalArgumentException.voidValueSet. setValues(Map<String,ValueSetValue> values)Sets the value set valuesConstructor parameters in se.digg.dgc.valueset.v1 with type arguments of type ValueSetValue Constructor Description ValueSet(String id, LocalDate date, Map<String,ValueSetValue> values)All-args constructor.
-