Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSEventDirection
-
Packages that use OMRSEventDirection Package Description org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSEventDirection in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as OMRSEventDirection Modifier and Type Field Description protected OMRSEventDirectionOMRSEvent. eventDirectionMethods in org.odpi.openmetadata.repositoryservices.events that return OMRSEventDirection Modifier and Type Method Description OMRSEventDirectionOMRSEvent. getEventDirection()Return whether this is an inbound or outbound event.static OMRSEventDirectionOMRSEventDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSEventDirection[]OMRSEventDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-