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

Packages that use LibraryRefType
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

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

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

Uses of LibraryRefType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return LibraryRefType
 LibraryRefType IPXACTBackBone.createVLNV(java.lang.String v, java.lang.String l, java.lang.String n, java.lang.String ver)
           
 

Methods in com.eu.miscedautils.shell with parameters of type LibraryRefType
 java.lang.String IPXACTBackBone.createCommandForLibraryRefType(LibraryRefType libref)
           
 BusInterfaceType IPXACTBackBone.createMasterBusInterfaceWithVLNV(java.lang.String bifname, java.lang.String addrSpaceRef, java.lang.String baseAddr, LibraryRefType absVLNV, LibraryRefType bdVLNV, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.createOtherBusInterface(java.lang.String bifname, java.lang.String bifmode, LibraryRefType absVLNV, LibraryRefType bdVLNV, boolean is_opaque_bridge, boolean conn_required)
           
 BusInterfaceType IPXACTBackBone.createSlaveBusInterfaceWithVLNV(java.lang.String bifname, java.lang.String memmapRef, java.lang.String bridgemasterintf, LibraryRefType absVLNV, LibraryRefType bdVLNV, boolean is_opaque_bridge, boolean conn_required)