Uses of Class
com.eu.miscedautils.ipxact.Component.BusInterfaceType.PortMaps

Packages that use BusInterfaceType.PortMaps
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of BusInterfaceType.PortMaps in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.PortMaps
 BusInterfaceType.PortMaps ObjectFactory.createBusInterfaceTypePortMaps()
          Create an instance of BusInterfaceType.PortMaps
 BusInterfaceType.PortMaps BusInterfaceType.getPortMaps()
          Gets the value of the portMaps property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType.PortMaps
 void BusInterfaceType.setPortMaps(BusInterfaceType.PortMaps value)
          Sets the value of the portMaps property.
 

Uses of BusInterfaceType.PortMaps in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaceType.PortMaps
 java.lang.String IPXACTBackBone.createCommandPortMaps(BusInterfaceType.PortMaps portmaps)