Package org.somda.dsl.biceps.base
Class IeeePublicCode
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.CodedValueBase
public class IeeePublicCode extends CodedValue
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CodedValueBase>translationsprivate final List<LocalizedText>conceptDescriptionsprivate final Stringcodeprivate final StringcodingSystemprivate final StringcodingSystemVersion
-
Constructor Summary
Constructors Constructor Description IeeePublicCode(CodedValue base)IeeePublicCode(String code)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.somda.dsl.biceps.base.CodedValue
conceptDescription, conceptDescription, conceptDescriptionRef, getCode, getCodingSystem, getCodingSystemVersion, getConceptDescriptions, getTranslations, translation -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IeeePublicCode
IeeePublicCode(CodedValue base)
-
IeeePublicCode
IeeePublicCode(String code)
-
-
-
-