org.hl7.types
Interface NullFlavor

All Superinterfaces:
ANY, CD, CE, CS, CV
All Known Implementing Classes:
NullFlavorImpl

public interface NullFlavor
extends CS

An interface that marks special CS implementations for NullFlavors.


Method Summary
 NullFlavor mostSpecificGeneralization(CD that)
           
 
Methods inherited from interface org.hl7.types.CS
toString
 
Methods inherited from interface org.hl7.types.CD
code, codeSystem, codeSystemName, codeSystemVersion, displayName, implies, originalText, qualifier, translation
 
Methods inherited from interface org.hl7.types.ANY
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ
 

Method Detail

mostSpecificGeneralization

NullFlavor mostSpecificGeneralization(CD that)
Specified by:
mostSpecificGeneralization in interface CD