Interface EnumeratedCodedValue<T extends CodedValueType>
- All Superinterfaces:
CodedValueType,EnumeratedValueSet<T>,Serializable
- All Known Implementing Classes:
ActiveParticipantRoleIdCode,AuditSourceType,EventIdCode,EventTypeCode,MediaTypeCode,ParticipantObjectIdTypeCode,XspaPoUCode
public interface EnumeratedCodedValue<T extends CodedValueType>
extends EnumeratedValueSet<T>, CodedValueType
Represents an EnumeratedValueSet and serves as delegate to a CodedValueType. Enums that
implement this interface can be used everywhere a
CodedValueType is required.- Since:
- 3.5
- Author:
- Christian Ohr
-
Method Details
-
getCode
- Specified by:
getCodein interfaceCodedValueType
-
getOriginalText
- Specified by:
getOriginalTextin interfaceCodedValueType
-
getCodeSystemName
- Specified by:
getCodeSystemNamein interfaceCodedValueType
-
getDisplayName
- Specified by:
getDisplayNamein interfaceCodedValueType
-
matches
- Specified by:
matchesin interfaceEnumeratedValueSet<T extends CodedValueType>
-