Uses of Class
org.praxislive.code.PortDescriptor.Category
-
Packages that use PortDescriptor.Category Package Description org.praxislive.code -
-
Uses of PortDescriptor.Category in org.praxislive.code
Methods in org.praxislive.code that return PortDescriptor.Category Modifier and Type Method Description PortDescriptor.Category
PortDescriptor. getCategory()
Get the category.static PortDescriptor.Category
PortDescriptor.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static PortDescriptor.Category[]
PortDescriptor.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.praxislive.code with parameters of type PortDescriptor.Category Constructor Description PortDescriptor(String id, PortDescriptor.Category category, int index)
Create a PortDescriptor.
-