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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XRoleClassPayeePolicyRelationship
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.COVPTY_LITERAL
          The 'COVPTY' literal object.
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.GUAR_LITERAL
          The 'GUAR' literal object.
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.POLHOLD_LITERAL
          The 'POLHOLD' literal object.
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.PROV_LITERAL
          The 'PROV' literal object.
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.PRS_LITERAL
          The 'PRS' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XRoleClassPayeePolicyRelationship
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.get(int value)
          Returns the 'XRole Class Payee Policy Relationship' literal with the specified integer value.
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.get(java.lang.String literal)
          Returns the 'XRole Class Payee Policy Relationship' literal with the specified literal value.
static XRoleClassPayeePolicyRelationship XRoleClassPayeePolicyRelationship.getByName(java.lang.String name)
          Returns the 'XRole Class Payee Policy Relationship' literal with the specified name.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XRoleClassPayeePolicyRelationship
 boolean CDAR2Validator.validateXRoleClassPayeePolicyRelationship(XRoleClassPayeePolicyRelationship xRoleClassPayeePolicyRelationship, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXRoleClassPayeePolicyRelationshipObject(XRoleClassPayeePolicyRelationship xRoleClassPayeePolicyRelationshipObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)