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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as StreetName
static StreetName StreetName.STB_LITERAL
          The 'STB' literal object.
static StreetName StreetName.STR_LITERAL
          The 'STR' literal object.
static StreetName StreetName.STTYP_LITERAL
          The 'STTYP' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StreetName
 boolean CDAR2Validator.validateStreetName(StreetName streetName, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateStreetNameObject(StreetName streetNameObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)