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

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

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

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

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

Methods in com.eu.miscedautils.ipxact.Design that return types with arguments of type PortType
 javax.xml.bind.JAXBElement<PortType> ObjectFactory.createPort(PortType value)
          Create an instance of JAXBElement<PortType>}
 java.util.List<PortType> ModelType.Ports.getPort()
          Gets the value of the port property.
 

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