| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.dataengine.model |
| Modifier and Type | Method and Description |
|---|---|
PortType |
Port.getPortType() |
static PortType |
PortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortType[] |
PortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Port.setPortType(PortType portType) |
| Constructor and Description |
|---|
PortAlias(String displayName,
String qualifiedName,
PortType portType,
String delegatesTo) |
PortImplementation(String displayName,
String qualifiedName,
PortType portType,
SchemaType schemaType) |
Copyright © 2018–2019 ODPi. All rights reserved.