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

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

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rim declared as StabilityType
static StabilityType StabilityType.DYNAMIC_COMPATIBLE_LITERAL
          The 'Dynamic Compatible' literal object.
static StabilityType StabilityType.DYNAMIC_LITERAL
          The 'Dynamic' literal object.
static StabilityType StabilityType.STATIC_LITERAL
          The 'Static' literal object.
 

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

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

Uses of StabilityType 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 StabilityType
 StabilityType RimFactoryImpl.createStabilityTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StabilityType RimFactoryImpl.createStabilityTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StabilityType RegistryEntryTypeImpl.getStability()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type StabilityType
 void RegistryEntryTypeImpl.setStability(StabilityType newStability)
           
 

Uses of StabilityType 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 StabilityType
 boolean RimValidator.validateStabilityType(StabilityType stabilityType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean RimValidator.validateStabilityTypeObject(StabilityType stabilityTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)