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

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

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

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

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