Uses of Class
com.eu.miscedautils.ipxact.BusDefinition.DriverType

Packages that use DriverType
com.eu.miscedautils.ipxact.BusDefinition   
 

Uses of DriverType in com.eu.miscedautils.ipxact.BusDefinition
 

Methods in com.eu.miscedautils.ipxact.BusDefinition that return DriverType
 DriverType ObjectFactory.createDriverType()
          Create an instance of DriverType
 DriverType PortWireType.getDriver()
          Gets the value of the driver property.
 

Methods in com.eu.miscedautils.ipxact.BusDefinition that return types with arguments of type DriverType
 javax.xml.bind.JAXBElement<DriverType> ObjectFactory.createDriver(DriverType value)
          Create an instance of JAXBElement<DriverType>}
 

Methods in com.eu.miscedautils.ipxact.BusDefinition with parameters of type DriverType
 javax.xml.bind.JAXBElement<DriverType> ObjectFactory.createDriver(DriverType value)
          Create an instance of JAXBElement<DriverType>}
 void PortWireType.setDriver(DriverType value)
          Sets the value of the driver property.