Uses of Class
com.eu.miscedautils.ipxact.Design.PortWireType

Packages that use PortWireType
com.eu.miscedautils.ipxact.Design   
 

Uses of PortWireType in com.eu.miscedautils.ipxact.Design
 

Subclasses of PortWireType in com.eu.miscedautils.ipxact.Design
 class AbstractorPortWireType
          Wire port type for an abstractor.
 

Methods in com.eu.miscedautils.ipxact.Design that return PortWireType
 PortWireType ObjectFactory.createPortWireType()
          Create an instance of PortWireType
 PortWireType PortDeclarationType.getWire()
          Gets the value of the wire property.
 

Methods in com.eu.miscedautils.ipxact.Design with parameters of type PortWireType
 void PortDeclarationType.setWire(PortWireType value)
          Sets the value of the wire property.