Package org.somda.dsl.biceps.base
Class CodedValueKt
-
- All Implemented Interfaces:
public final class CodedValueKt
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringDEFAULT_CODING_SYSTEM
-
Method Summary
Modifier and Type Method Description final static CodingSystemcodingSystem(String codingSystem)final static CodedValuecodingSystem(CodedValue $self, String codingSystem)final static CodedValuecodedValue(CodedValue base, Function1<CodedValue, Unit> init)final static CodedValuecode(String code, Function1<CodedValue, Unit> init)final static CodedValuecode(CodedValue $self, String codingSystem)final static CodedValuecodingSystemVersion(CodedValue $self, String codingSystemVersion)-
-
Method Detail
-
codingSystem
final static CodingSystem codingSystem(String codingSystem)
-
codingSystem
final static CodedValue codingSystem(CodedValue $self, String codingSystem)
-
codedValue
final static CodedValue codedValue(CodedValue base, Function1<CodedValue, Unit> init)
-
code
final static CodedValue code(String code, Function1<CodedValue, Unit> init)
-
code
final static CodedValue code(CodedValue $self, String codingSystem)
-
codingSystemVersion
final static CodedValue codingSystemVersion(CodedValue $self, String codingSystemVersion)
-
-
-
-