Interface BindingStrength
-
public interface BindingStrength
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.BINDING_STRENGTHEXAMPLEstatic com.babylonhealth.lit.hl7.BINDING_STRENGTHEXTENSIBLEstatic com.babylonhealth.lit.hl7.BINDING_STRENGTHPREFERREDstatic com.babylonhealth.lit.hl7.BINDING_STRENGTHREQUIRED
-
-
-
Field Detail
-
EXAMPLE
static final com.babylonhealth.lit.hl7.BINDING_STRENGTH EXAMPLE
-
EXTENSIBLE
static final com.babylonhealth.lit.hl7.BINDING_STRENGTH EXTENSIBLE
-
PREFERRED
static final com.babylonhealth.lit.hl7.BINDING_STRENGTH PREFERRED
-
REQUIRED
static final com.babylonhealth.lit.hl7.BINDING_STRENGTH REQUIRED
-
-