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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BusInterfaceType.MirroredMaster
 BusInterfaceType.MirroredMaster ObjectFactory.createBusInterfaceTypeMirroredMaster()
          Create an instance of BusInterfaceType.MirroredMaster
 BusInterfaceType.MirroredMaster BusInterfaceType.getMirroredMaster()
          Gets the value of the mirroredMaster property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BusInterfaceType.MirroredMaster
 void BusInterfaceType.setMirroredMaster(BusInterfaceType.MirroredMaster value)
          Sets the value of the mirroredMaster property.
 

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

Methods in com.eu.miscedautils.shell with parameters of type BusInterfaceType.MirroredMaster
 java.lang.String IPXACTBackBone.createCommandForMirroredMaster(BusInterfaceType.MirroredMaster master)