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

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

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

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

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

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