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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RevisedType
static RevisedType RevisedType.DELETE_LITERAL
          The 'Delete' literal object.
static RevisedType RevisedType.INSERT_LITERAL
          The 'Insert' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return RevisedType
static RevisedType RevisedType.get(int value)
          Returns the 'Revised Type' literal with the specified integer value.
static RevisedType RevisedType.get(java.lang.String literal)
          Returns the 'Revised Type' literal with the specified literal value.
static RevisedType RevisedType.getByName(java.lang.String name)
          Returns the 'Revised Type' literal with the specified name.
 RevisedType StrucDocContent.getRevised()
          Returns the value of the 'Revised' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type RevisedType
 void StrucDocContent.setRevised(RevisedType value)
          Sets the value of the 'Revised' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RevisedType
 RevisedType CDAR2FactoryImpl.createRevisedTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RevisedType CDAR2FactoryImpl.createRevisedTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RevisedType StrucDocContentImpl.getRevised()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type RevisedType
 void StrucDocContentImpl.setRevised(RevisedType newRevised)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RevisedType
 boolean CDAR2Validator.validateRevisedType(RevisedType revisedType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRevisedTypeObject(RevisedType revisedTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)