Uses of Class
org.eclipse.ohf.ihe.common.cdar2.DeliveryAddressLine

Packages that use DeliveryAddressLine
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of DeliveryAddressLine in org.eclipse.ohf.ihe.common.cdar2
 

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as DeliveryAddressLine
static DeliveryAddressLine DeliveryAddressLine.DAL_LITERAL
          The 'DAL' literal object.
static DeliveryAddressLine DeliveryAddressLine.DINST_LITERAL
          The 'DINST' literal object.
static DeliveryAddressLine DeliveryAddressLine.DINSTA_LITERAL
          The 'DINSTA' literal object.
static DeliveryAddressLine DeliveryAddressLine.DINSTQ_LITERAL
          The 'DINSTQ' literal object.
static DeliveryAddressLine DeliveryAddressLine.DMOD_LITERAL
          The 'DMOD' literal object.
static DeliveryAddressLine DeliveryAddressLine.DMODID_LITERAL
          The 'DMODID' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return DeliveryAddressLine
static DeliveryAddressLine DeliveryAddressLine.get(int value)
          Returns the 'Delivery Address Line' literal with the specified integer value.
static DeliveryAddressLine DeliveryAddressLine.get(java.lang.String literal)
          Returns the 'Delivery Address Line' literal with the specified literal value.
static DeliveryAddressLine DeliveryAddressLine.getByName(java.lang.String name)
          Returns the 'Delivery Address Line' literal with the specified name.
 

Uses of DeliveryAddressLine in org.eclipse.ohf.ihe.common.cdar2.impl
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return DeliveryAddressLine
 DeliveryAddressLine CDAR2FactoryImpl.createDeliveryAddressLineFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DeliveryAddressLine CDAR2FactoryImpl.createDeliveryAddressLineObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of DeliveryAddressLine in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type DeliveryAddressLine
 boolean CDAR2Validator.validateDeliveryAddressLine(DeliveryAddressLine deliveryAddressLine, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateDeliveryAddressLineObject(DeliveryAddressLine deliveryAddressLineObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)