| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetlineage.model.assetContext |
| Modifier and Type | Method and Description |
|---|---|
Status |
Classification.getStatus() |
Status |
Asset.getStatus()
Returns the status of the asset
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Classification.setStatus(Status status) |
void |
Asset.setStatus(Status status)
Set up the status of the asset
|
Copyright © 2018–2019 ODPi. All rights reserved.