Uses of Class
org.kiwiproject.registry.model.Port.PortType
-
Packages that use Port.PortType Package Description org.kiwiproject.registry.model -
-
Uses of Port.PortType in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return Port.PortType Modifier and Type Method Description static Port.PortTypePort.PortType. valueOf(String name)Returns the enum constant of this type with the specified name.static Port.PortType[]Port.PortType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-