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

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

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

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

Methods in com.eu.miscedautils.ipxact.Component 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.Component with parameters of type PortWireType
 void PortDeclarationType.setWire(PortWireType value)
          Sets the value of the wire property.