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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RelatedLinkType
static RelatedLinkType RelatedLinkType.BACKUP_LITERAL
          The 'BACKUP' literal object.
static RelatedLinkType RelatedLinkType.DIRAUTH_LITERAL
          The 'DIRAUTH' literal object.
static RelatedLinkType RelatedLinkType.INDAUTH_LITERAL
          The 'INDAUTH' literal object.
static RelatedLinkType RelatedLinkType.PART_LITERAL
          The 'PART' literal object.
static RelatedLinkType RelatedLinkType.REL_LITERAL
          The 'REL' literal object.
static RelatedLinkType RelatedLinkType.REPL_LITERAL
          The 'REPL' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RelatedLinkType
 boolean CDAR2Validator.validateRelatedLinkType(RelatedLinkType relatedLinkType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRelatedLinkTypeObject(RelatedLinkType relatedLinkTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)