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

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

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

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