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

Packages that use AbstractorType
com.eu.miscedautils.ipxact.Abstractor   
com.eu.miscedautils.shell   
 

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

Methods in com.eu.miscedautils.ipxact.Abstractor that return AbstractorType
 AbstractorType ObjectFactory.createAbstractorType()
          Create an instance of AbstractorType
 

Methods in com.eu.miscedautils.ipxact.Abstractor that return types with arguments of type AbstractorType
 javax.xml.bind.JAXBElement<AbstractorType> ObjectFactory.createAbstractor(AbstractorType value)
          Create an instance of JAXBElement<AbstractorType>}
 

Methods in com.eu.miscedautils.ipxact.Abstractor with parameters of type AbstractorType
 javax.xml.bind.JAXBElement<AbstractorType> ObjectFactory.createAbstractor(AbstractorType value)
          Create an instance of JAXBElement<AbstractorType>}
 

Uses of AbstractorType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return AbstractorType
 AbstractorType IPXACTBackBone.createAbstractorType(java.lang.String name, java.lang.String vendor, java.lang.String lib, java.lang.String version)
           
 AbstractorType IPXACTBackBone.getCurrentAbstractor()
           
 

Methods in com.eu.miscedautils.shell with parameters of type AbstractorType
 void IPXACTBackBone.setCurrentAbstractor(AbstractorType currentAbstractor)