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

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

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

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

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