Uses of Class
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.StatusType

Packages that use StatusType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of StatusType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rim declared as StatusType
static StatusType StatusType.APPROVED_LITERAL
          The 'Approved' literal object.
static StatusType StatusType.DEPRECATED_LITERAL
          The 'Deprecated' literal object.
static StatusType StatusType.SUBMITTED_LITERAL
          The 'Submitted' literal object.
static StatusType StatusType.WITHDRAWN_LITERAL
          The 'Withdrawn' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return StatusType
static StatusType StatusType.get(int value)
          Returns the 'Status Type' literal with the specified integer value.
static StatusType StatusType.get(java.lang.String literal)
          Returns the 'Status Type' literal with the specified literal value.
static StatusType StatusType.getByName(java.lang.String name)
          Returns the 'Status Type' literal with the specified name.
 StatusType RegistryEntryType.getStatus()
          Returns the value of the 'Status' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type StatusType
 void RegistryEntryType.setStatus(StatusType value)
          Sets the value of the 'Status' attribute.
 

Uses of StatusType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return StatusType
 StatusType RimFactoryImpl.createStatusTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StatusType RimFactoryImpl.createStatusTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StatusType RegistryEntryTypeImpl.getStatus()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type StatusType
 void RegistryEntryTypeImpl.setStatus(StatusType newStatus)
           
 

Uses of StatusType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type StatusType
 boolean RimValidator.validateStatusType(StatusType statusType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean RimValidator.validateStatusTypeObject(StatusType statusTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)