Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.OwnerType
-
Packages that use OwnerType Package Description org.odpi.openmetadata.accessservices.assetconsumer.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of OwnerType in org.odpi.openmetadata.accessservices.assetconsumer.properties
Methods in org.odpi.openmetadata.accessservices.assetconsumer.properties that return OwnerType Modifier and Type Method Description OwnerTypeAssetProperties. getOwnerType()Deprecated.static OwnerTypeOwnerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OwnerType[]OwnerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type OwnerType Modifier and Type Method Description voidAssetProperties. setOwnerType(OwnerType ownerType)Deprecated.
-