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

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

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

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

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