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

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

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rim declared as EventTypeType
static EventTypeType EventTypeType.CREATED_LITERAL
          The 'Created' literal object.
static EventTypeType EventTypeType.DELETED_LITERAL
          The 'Deleted' literal object.
static EventTypeType EventTypeType.DEPRECATED_LITERAL
          The 'Deprecated' literal object.
static EventTypeType EventTypeType.UPDATED_LITERAL
          The 'Updated' literal object.
static EventTypeType EventTypeType.VERSIONED_LITERAL
          The 'Versioned' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type EventTypeType
 void AuditableEventType.setEventType(EventTypeType value)
          Sets the value of the 'Event Type' attribute.
 

Uses of EventTypeType 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 EventTypeType
 EventTypeType RimFactoryImpl.createEventTypeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 EventTypeType RimFactoryImpl.createEventTypeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 EventTypeType AuditableEventTypeImpl.getEventType()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type EventTypeType
 void AuditableEventTypeImpl.setEventType(EventTypeType newEventType)
           
 

Uses of EventTypeType 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 EventTypeType
 boolean RimValidator.validateEventTypeType(EventTypeType eventTypeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean RimValidator.validateEventTypeTypeObject(EventTypeType eventTypeTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)