Uses of Class
org.praxislive.core.PortInfo.Direction
-
Packages that use PortInfo.Direction Package Description org.praxislive.core -
-
Uses of PortInfo.Direction in org.praxislive.core
Methods in org.praxislive.core that return PortInfo.Direction Modifier and Type Method Description PortInfo.DirectionPortInfo. direction()static PortInfo.DirectionPortInfo.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static PortInfo.Direction[]PortInfo.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.core with parameters of type PortInfo.Direction Modifier and Type Method Description static PortInfoPortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)
-