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

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

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

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rs declared as ErrorType
static ErrorType ErrorType.ERROR_LITERAL
          The 'Error' literal object.
static ErrorType ErrorType.WARNING_LITERAL
          The 'Warning' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return ErrorType
static ErrorType ErrorType.get(int value)
          Returns the 'Error Type' literal with the specified integer value.
static ErrorType ErrorType.get(java.lang.String literal)
          Returns the 'Error Type' literal with the specified literal value.
static ErrorType ErrorType.getByName(java.lang.String name)
          Returns the 'Error Type' literal with the specified name.
 ErrorType RegistryErrorListType.getHighestSeverity()
          Returns the value of the 'Highest Severity' attribute.
 ErrorType RegistryErrorType.getSeverity()
          Returns the value of the 'Severity' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type ErrorType
 void RegistryErrorListType.setHighestSeverity(ErrorType value)
          Sets the value of the 'Highest Severity' attribute.
 void RegistryErrorType.setSeverity(ErrorType value)
          Sets the value of the 'Severity' attribute.
 

Uses of ErrorType 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 ErrorType
 ErrorType RegistryFactoryImpl.createErrorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ErrorType RegistryFactoryImpl.createErrorTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ErrorType RegistryErrorListTypeImpl.getHighestSeverity()
           
 ErrorType RegistryErrorTypeImpl.getSeverity()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type ErrorType
 void RegistryErrorListTypeImpl.setHighestSeverity(ErrorType newHighestSeverity)
           
 void RegistryErrorTypeImpl.setSeverity(ErrorType newSeverity)