Uses of Class
org.oasis.ebxml.registry.bindings.rim.types.EventTypeType

Packages that use EventTypeType
org.oasis.ebxml.registry.bindings.rim   
org.oasis.ebxml.registry.bindings.rim.types   
 

Uses of EventTypeType in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return EventTypeType
 EventTypeType AuditableEventType.getEventType()
          Returns the value of field 'eventType'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type EventTypeType
 void AuditableEventType.setEventType(EventTypeType eventType)
          Sets the value of field 'eventType'.
 

Uses of EventTypeType in org.oasis.ebxml.registry.bindings.rim.types
 

Fields in org.oasis.ebxml.registry.bindings.rim.types declared as EventTypeType
static EventTypeType EventTypeType.CREATED
          The instance of the Created type
static EventTypeType EventTypeType.DELETED
          The instance of the Deleted type
static EventTypeType EventTypeType.DEPRECATED
          The instance of the Deprecated type
static EventTypeType EventTypeType.UPDATED
          The instance of the Updated type
static EventTypeType EventTypeType.VERSIONED
          The instance of the Versioned type
 

Methods in org.oasis.ebxml.registry.bindings.rim.types that return EventTypeType
static EventTypeType EventTypeType.valueOf(java.lang.String string)
          Returns a new EventTypeType based on the given String value.