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

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

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

Methods in com.eu.miscedautils.ipxact.DesignConfig that return LibraryRefType
 LibraryRefType ObjectFactory.createLibraryRefType()
          Create an instance of LibraryRefType
 LibraryRefType DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor.getAbstractorRef()
          Gets the value of the abstractorRef property.
 LibraryRefType ComponentInstance.getComponentRef()
          Gets the value of the componentRef property.
 LibraryRefType DesignConfiguration.getDesignRef()
          Gets the value of the designRef property.
 LibraryRefType DesignConfiguration.GeneratorChainConfiguration.getGeneratorChainRef()
          Gets the value of the generatorChainRef property.
 LibraryRefType ViewType.getHierarchyRef()
          Gets the value of the hierarchyRef property.
 

Methods in com.eu.miscedautils.ipxact.DesignConfig with parameters of type LibraryRefType
 void DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor.setAbstractorRef(LibraryRefType value)
          Sets the value of the abstractorRef property.
 void ComponentInstance.setComponentRef(LibraryRefType value)
          Sets the value of the componentRef property.
 void DesignConfiguration.setDesignRef(LibraryRefType value)
          Sets the value of the designRef property.
 void DesignConfiguration.GeneratorChainConfiguration.setGeneratorChainRef(LibraryRefType value)
          Sets the value of the generatorChainRef property.
 void ViewType.setHierarchyRef(LibraryRefType value)
          Sets the value of the hierarchyRef property.