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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaces
 BusInterfaces ObjectFactory.createBusInterfaces()
          Create an instance of BusInterfaces
 BusInterfaces ComponentType.getBusInterfaces()
          Gets the value of the busInterfaces property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaces
 void ComponentType.setBusInterfaces(BusInterfaces value)
          Sets the value of the busInterfaces property.
 

Uses of BusInterfaces in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaces
 java.lang.String IPXACTBackBone.createCommandForBusInterfaces(BusInterfaces bifs)