Uses of Class
com.eu.miscedautils.ipxact.AbstractionDefinition.LibraryRefType

Packages that use LibraryRefType
com.eu.miscedautils.ipxact.AbstractionDefinition   
 

Uses of LibraryRefType in com.eu.miscedautils.ipxact.AbstractionDefinition
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition that return LibraryRefType
 LibraryRefType ObjectFactory.createLibraryRefType()
          Create an instance of LibraryRefType
 LibraryRefType AbstractionDefinition.getBusType()
          Gets the value of the busType property.
 LibraryRefType AbstractionDefinition.getExtends()
          Gets the value of the extends property.
 LibraryRefType GeneratorChain.GeneratorChainSelector.getGeneratorChainRef()
          Gets the value of the generatorChainRef property.
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition with parameters of type LibraryRefType
 void AbstractionDefinition.setBusType(LibraryRefType value)
          Sets the value of the busType property.
 void AbstractionDefinition.setExtends(LibraryRefType value)
          Sets the value of the extends property.
 void GeneratorChain.GeneratorChainSelector.setGeneratorChainRef(LibraryRefType value)
          Sets the value of the generatorChainRef property.