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

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

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

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rs declared as StatusType
static StatusType StatusType.FAILURE_LITERAL
          The 'Failure' literal object.
static StatusType StatusType.SUCCESS_LITERAL
          The 'Success' literal object.
static StatusType StatusType.UNAVAILABLE_LITERAL
          The 'Unavailable' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs 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 RegistryResponseType.getStatus()
          Returns the value of the 'Status' attribute.
 

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

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

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

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