Uses of Class
org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
Packages that use AssetOwnerEventType Package Description org.odpi.openmetadata.accessservices.assetowner.events This package contains stub headers for events when Asset Owner OMAS supported events. -
-
Uses of AssetOwnerEventType in org.odpi.openmetadata.accessservices.assetowner.events
Methods in org.odpi.openmetadata.accessservices.assetowner.events that return AssetOwnerEventType Modifier and Type Method Description AssetOwnerEventTypeAssetOwnerOutTopicEvent. getEventType()Return the event type.static AssetOwnerEventTypeAssetOwnerEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetOwnerEventType[]AssetOwnerEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetowner.events with parameters of type AssetOwnerEventType Modifier and Type Method Description voidAssetOwnerOutTopicEvent. setEventType(AssetOwnerEventType eventType)Set up the event type.
-