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

Packages that use NodeTypeType
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 NodeTypeType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rim declared as NodeTypeType
static NodeTypeType NodeTypeType.EMBEDDED_PATH_LITERAL
          The 'Embedded Path' literal object.
static NodeTypeType NodeTypeType.NON_UNIQUE_CODE_LITERAL
          The 'Non Unique Code' literal object.
static NodeTypeType NodeTypeType.UNIQUE_CODE_LITERAL
          The 'Unique Code' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type NodeTypeType
 void ClassificationSchemeType.setNodeType(NodeTypeType value)
          Sets the value of the 'Node Type' attribute.
 

Uses of NodeTypeType 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 NodeTypeType
 NodeTypeType RimFactoryImpl.createNodeTypeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 NodeTypeType RimFactoryImpl.createNodeTypeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 NodeTypeType ClassificationSchemeTypeImpl.getNodeType()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type NodeTypeType
 void ClassificationSchemeTypeImpl.setNodeType(NodeTypeType newNodeType)
           
 

Uses of NodeTypeType 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 NodeTypeType
 boolean RimValidator.validateNodeTypeType(NodeTypeType nodeTypeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean RimValidator.validateNodeTypeTypeObject(NodeTypeType nodeTypeTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)