Uses of Class
org.projecthusky.valueset.model.ValueSetEntry.Builder
Packages that use ValueSetEntry.Builder
-
Uses of ValueSetEntry.Builder in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return ValueSetEntry.BuilderModifier and TypeMethodDescriptionstatic ValueSetEntry.BuilderValueSetEntry.builder()Creates builder to buildValueSetEntry.ValueSetEntry.Builder.withChildList(ArrayList<ValueSetEntry> childList) With child list.ValueSetEntry.Builder.withCodeBaseType(CodeBaseType codeBaseType) With code base type.ValueSetEntry.Builder.withDefaultMappingName(String defaultMappingName) With default mapping name.ValueSetEntry.Builder.withDesignationList(ArrayList<Designation> designationList) With designation list.ValueSetEntry.Builder.withLevel(int level) With level.ValueSetEntry.Builder.withMappingCodeList(ArrayList<CodeBaseType> mappingCodeList) With mapping code list.ValueSetEntry.Builder.withMappingNameList(ArrayList<String> mappingNameList) With mapping name list.ValueSetEntry.Builder.withParent(ValueSetEntry parent) With parent.ValueSetEntry.Builder.withValueSetEntryType(ValueSetEntryType valueSetEntryType) With value set entry type.