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

Packages that use PortType
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

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

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

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

Methods in com.eu.miscedautils.ipxact.Component 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.Component with parameters of type PortType
 javax.xml.bind.JAXBElement<PortType> ObjectFactory.createPort(PortType value)
          Create an instance of JAXBElement<PortType>}
 

Uses of PortType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type PortType
 java.lang.String IPXACTBackBone.createCommandForPort(PortType port)
           
 void IPXACTComponent2RTL.traversePortType(PortType port)