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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.Slave
 BusInterfaceType.Slave ObjectFactory.createBusInterfaceTypeSlave()
          Create an instance of BusInterfaceType.Slave
 BusInterfaceType.Slave BusInterfaceType.getSlave()
          Gets the value of the slave property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType.Slave
 void BusInterfaceType.setSlave(BusInterfaceType.Slave value)
          Sets the value of the slave property.
 

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

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaceType.Slave
 java.lang.String IPXACTBackBone.createCommandForSlave(BusInterfaceType.Slave slave)