Uses of Class
org.dyncle.PortType

Packages that use PortType
org.dyncle   
 

Uses of PortType in org.dyncle
 

Methods in org.dyncle that return PortType
 PortType Port.getType()
           
static PortType PortType.valueOf(java.lang.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.
 

Constructors in org.dyncle with parameters of type PortType
Port(java.lang.String name, PortType type)
           
Port(java.lang.String name, PortType type, ComponentBehaviour aComp)