Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.events.SubjectAreaEventType
-
Packages that use SubjectAreaEventType Package Description org.odpi.openmetadata.accessservices.subjectarea.events -
-
Uses of SubjectAreaEventType in org.odpi.openmetadata.accessservices.subjectarea.events
Methods in org.odpi.openmetadata.accessservices.subjectarea.events that return SubjectAreaEventType Modifier and Type Method Description SubjectAreaEventTypeSubjectAreaEvent. getEventType()Return the type of event.static SubjectAreaEventTypeSubjectAreaEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubjectAreaEventType[]SubjectAreaEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.subjectarea.events with parameters of type SubjectAreaEventType Modifier and Type Method Description voidSubjectAreaEvent. setEventType(SubjectAreaEventType eventType)Set up the type of event.
-