Uses of Class
gov.nasa.pds.registry.model.EventType
-
Packages that use EventType Package Description gov.nasa.pds.registry.model -
-
Uses of EventType in gov.nasa.pds.registry.model
Methods in gov.nasa.pds.registry.model that return EventType Modifier and Type Method Description EventType
AuditableEvent. getEventType()
EventType
ObjectAction. getEventType()
static EventType
EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventType[]
EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.pds.registry.model with parameters of type EventType Modifier and Type Method Description void
AuditableEvent. setEventType(EventType eventType)
Constructors in gov.nasa.pds.registry.model with parameters of type EventType Constructor Description AuditableEvent(EventType eventType, List<String> affectedObjects, String user)
-