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

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

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

Methods in com.eu.miscedautils.ipxact.Abstractor 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.Abstractor 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.Abstractor 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.