| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary.model |
Defines data constructs needed to handle IBM Information Analyzer metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
NoExecutionFound.getResourceType() |
ResourceType |
InvalidResource.getResourceType() |
ResourceType |
NameConflict.getResourceType() |
ResourceType |
ResourceNotFound.getResourceType() |
ResourceType |
UnauthorizedUser.getResourceType() |
ResourceType |
InvalidName.getResourceType() |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoExecutionFound.setResourceType(ResourceType resourceType) |
void |
InvalidResource.setResourceType(ResourceType resourceType) |
void |
NameConflict.setResourceType(ResourceType resourceType) |
void |
ResourceNotFound.setResourceType(ResourceType resourceType) |
void |
UnauthorizedUser.setResourceType(ResourceType resourceType) |
void |
InvalidName.setResourceType(ResourceType resourceType) |
Copyright © 2018–2019 ODPi. All rights reserved.