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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.MirroredSlave
 BusInterfaceType.MirroredSlave ObjectFactory.createBusInterfaceTypeMirroredSlave()
          Create an instance of BusInterfaceType.MirroredSlave
 BusInterfaceType.MirroredSlave BusInterfaceType.getMirroredSlave()
          Gets the value of the mirroredSlave property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType.MirroredSlave
 void BusInterfaceType.setMirroredSlave(BusInterfaceType.MirroredSlave value)
          Sets the value of the mirroredSlave property.
 

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

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