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

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

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

Subclasses of PortType in com.eu.miscedautils.ipxact.AbstractionDefinition
 class AbstractorPortType
          A port description, giving a name and an access type for high level ports.
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition that return PortType
 PortType ObjectFactory.createPortType()
          Create an instance of PortType
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition that return types with arguments of type PortType
 javax.xml.bind.JAXBElement<PortType> ObjectFactory.createPort(PortType value)
          Create an instance of JAXBElement<PortType>}
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition with parameters of type PortType
 javax.xml.bind.JAXBElement<PortType> ObjectFactory.createPort(PortType value)
          Create an instance of JAXBElement<PortType>}