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

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

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

Methods in com.eu.miscedautils.ipxact.Abstractor that return LibraryRefType
 LibraryRefType ObjectFactory.createLibraryRefType()
          Create an instance of LibraryRefType
 LibraryRefType BusInterfaceType.getAbstractionType()
          Gets the value of the abstractionType property.
 LibraryRefType AbstractorBusInterfaceType.getAbstractionType()
          Gets the value of the abstractionType property.
 LibraryRefType BusInterfaceType.getBusType()
          Gets the value of the busType property.
 LibraryRefType AbstractorType.getBusType()
          Gets the value of the busType property.
 LibraryRefType ComponentInstance.getComponentRef()
          Gets the value of the componentRef property.
 LibraryRefType GeneratorChain.GeneratorChainSelector.getGeneratorChainRef()
          Gets the value of the generatorChainRef property.
 LibraryRefType ViewType.getHierarchyRef()
          Gets the value of the hierarchyRef property.
 

Methods in com.eu.miscedautils.ipxact.Abstractor with parameters of type LibraryRefType
 void BusInterfaceType.setAbstractionType(LibraryRefType value)
          Sets the value of the abstractionType property.
 void AbstractorBusInterfaceType.setAbstractionType(LibraryRefType value)
          Sets the value of the abstractionType property.
 void BusInterfaceType.setBusType(LibraryRefType value)
          Sets the value of the busType property.
 void AbstractorType.setBusType(LibraryRefType value)
          Sets the value of the busType property.
 void ComponentInstance.setComponentRef(LibraryRefType value)
          Sets the value of the componentRef property.
 void GeneratorChain.GeneratorChainSelector.setGeneratorChainRef(LibraryRefType value)
          Sets the value of the generatorChainRef property.
 void ViewType.setHierarchyRef(LibraryRefType value)
          Sets the value of the hierarchyRef property.