Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.PortType
-
Packages that use PortType Package Description org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of PortType in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return PortType Modifier and Type Method Description PortTypePortProperties. getPortType()Return the direction of data flow of the port.static PortTypePortType. 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.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type PortType Modifier and Type Method Description voidPortProperties. setPortType(PortType portType)Set up the direction of data flow of the port.
-