Uses of Class
org.projecthusky.valueset.model.ValueSetEntry
Packages that use ValueSetEntry
-
Uses of ValueSetEntry in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return ValueSetEntryModifier and TypeMethodDescriptionValueSetEntry.Builder.build()
Builds the.ValueSetEntry.getParent()
Gets the parent.ValueSet.getValueSetEntryByCode
(CodeBaseType value) Gets the value set entry by code. Ruft den Wertesatz-Eintrag anhand seines Codes ab.ValueSet.getValueSetEntryByMappingCode
(CodeBaseType value) Gets the value set entry by mapping code. Ruft den Wertesatz-Eintrag anhand des angegebenen Zuordnungscodes ab.ValueSet.getValueSetEntryByMappingName
(String value) Gets the value set entry by mapping name. Ruft den Wertesatz-Eintrag anhand des angegebenen Zuordnungsnamenss ab.Methods in org.projecthusky.valueset.model that return types with arguments of type ValueSetEntryModifier and TypeMethodDescriptionValueSetEntry.getChildList()
Gets the child list. Ruft die Liste untergeordnetes ValueSets ab.ValueSet.getSortedEntryList()
Gets the sorted entry list. Ruft die sortierte Eintragsliste ab.ValueSet.getSortedEntryListRecursive()
Gets the sorted entry list.ValueSet.getValueSetEntryList()
Gets the value set entry list. Ruft die Liste der Wertesatz-Einträge ab.ValueSet.sortValueSetEntriesByEnumName()
Sorts the value set entries by their Java Enum name. Sortiert die Wertemengeneinträge nach ihrem Java-Enum-Namen.Methods in org.projecthusky.valueset.model with parameters of type ValueSetEntryModifier and TypeMethodDescriptionvoid
ValueSetEntry.addChild
(ValueSetEntry value) Adds a child value set. Fügt einen untergeordneten Wertesatz hinzu.void
ValueSet.addValueSetEntry
(ValueSetEntry value) Adds a value set entry. Fügt einen Wertesatzeintrag hinzu.boolean
ValueSetEntry.containsChild
(ValueSetEntry value) Checks whether the list member contains the given value. Überprüft, ob die Liste den angegebenen Wert enthält. Contains.boolean
ValueSet.containsValueSetEntry
(ValueSetEntry value) Checks whether the list member contains the given value. Überprüft, ob die Liste den angegebenen Wert enthält. Contains.void
ValueSetEntry.setParent
(ValueSetEntry parent) Sets the parent.ValueSetEntry.Builder.withParent
(ValueSetEntry parent) With parent.Method parameters in org.projecthusky.valueset.model with type arguments of type ValueSetEntryModifier and TypeMethodDescriptionvoid
ValueSetEntry.setChildList
(List<ValueSetEntry> childList) Sets the child list. Legt die Liste untergeordnetes ValueSets fest.void
ValueSet.setValueSetEntryList
(List<ValueSetEntry> valueSetEntryList) Sets the value set entry list. Legt die Liste der Ertesatz-Einträge fest.ValueSetEntry.Builder.withChildList
(ArrayList<ValueSetEntry> childList) With child list.ValueSet.Builder.withValueSetEntryList
(ArrayList<ValueSetEntry> valueSetEntryList)