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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XDocumentEntrySubject
static XDocumentEntrySubject XDocumentEntrySubject.PAT_LITERAL
          The 'PAT' literal object.
static XDocumentEntrySubject XDocumentEntrySubject.PRS_LITERAL
          The 'PRS' literal object.
static XDocumentEntrySubject XDocumentEntrySubject.SPEC_LITERAL
          The 'SPEC' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XDocumentEntrySubject
 boolean CDAR2Validator.validateXDocumentEntrySubject(XDocumentEntrySubject xDocumentEntrySubject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXDocumentEntrySubjectObject(XDocumentEntrySubject xDocumentEntrySubjectObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)