Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.PortType
-
Packages that use PortType Package Description org.odpi.openmetadata.accessservices.dataengine.model -
-
Uses of PortType in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return PortType Modifier and Type Method Description PortTypePort. getPortType()Gets port type.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.dataengine.model with parameters of type PortType Modifier and Type Method Description voidPort. setPortType(PortType portType)Sets port type.
-