Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
-
Packages that use OwnerType Package Description org.odpi.openmetadata.accessservices.assetowner.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of OwnerType in org.odpi.openmetadata.accessservices.assetowner.properties
Methods in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.properties with parameters of type OwnerType Modifier and Type Method Description voidAssetProperties. setOwnerType(OwnerType ownerType)Deprecated.
-