Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.OwnerType
-
Packages that use OwnerType Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of OwnerType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as OwnerType Modifier and Type Field Description protected OwnerTypeAsset. ownerTypeMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans 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.frameworks.connectors.properties.beans with parameters of type OwnerType Modifier and Type Method Description voidAsset. setOwnerType(OwnerType ownerType)Set up the owner type for this asset.
-