| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Method and Description |
|---|---|
OwnerType |
AssetSummary.getOwnerType()
Return the type of owner stored in the owner property.
|
| Modifier and Type | Field and Description |
|---|---|
protected OwnerType |
Asset.ownerType |
| Modifier and Type | Method and Description |
|---|---|
OwnerType |
Asset.getOwnerType()
Return the type of owner stored in the owner property.
|
static OwnerType |
OwnerType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Asset.setOwnerType(OwnerType ownerType)
Set up the owner type for this asset.
|
Copyright © 2018–2020 ODPi. All rights reserved.