Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.OwnerType
-
Packages that use OwnerType Package Description org.odpi.openmetadata.accessservices.dataengine.model -
-
Uses of OwnerType in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return OwnerType Modifier and Type Method Description OwnerTypeAsset. getOwnerType()Return the type of owner stored in the owner property.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.dataengine.model with parameters of type OwnerType Modifier and Type Method Description voidAsset. setOwnerType(OwnerType ownerType)Set up the owner type for this asset.
-