Uses of Class
org.eclipse.ohf.ihe.common.ebxml._2._1.query.ReturnTypeType

Packages that use ReturnTypeType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
 

Uses of ReturnTypeType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.query declared as ReturnTypeType
static ReturnTypeType ReturnTypeType.LEAF_CLASS_LITERAL
          The 'Leaf Class' literal object.
static ReturnTypeType ReturnTypeType.LEAF_CLASS_WITH_REPOSITORY_ITEM_LITERAL
          The 'Leaf Class With Repository Item' literal object.
static ReturnTypeType ReturnTypeType.OBJECT_REF_LITERAL
          The 'Object Ref' literal object.
static ReturnTypeType ReturnTypeType.REGISTRY_ENTRY_LITERAL
          The 'Registry Entry' literal object.
static ReturnTypeType ReturnTypeType.REGISTRY_OBJECT_LITERAL
          The 'Registry Object' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ReturnTypeType
static ReturnTypeType ReturnTypeType.get(int value)
          Returns the 'Return Type Type' literal with the specified integer value.
static ReturnTypeType ReturnTypeType.get(java.lang.String literal)
          Returns the 'Return Type Type' literal with the specified literal value.
static ReturnTypeType ReturnTypeType.getByName(java.lang.String name)
          Returns the 'Return Type Type' literal with the specified name.
 ReturnTypeType ResponseOptionType.getReturnType()
          Returns the value of the 'Return Type' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ReturnTypeType
 void ResponseOptionType.setReturnType(ReturnTypeType value)
          Sets the value of the 'Return Type' attribute.
 

Uses of ReturnTypeType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ReturnTypeType
 ReturnTypeType QueryFactoryImpl.createReturnTypeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ReturnTypeType QueryFactoryImpl.createReturnTypeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ReturnTypeType ResponseOptionTypeImpl.getReturnType()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ReturnTypeType
 void ResponseOptionTypeImpl.setReturnType(ReturnTypeType newReturnType)