Uses of Class
com.eu.miscedautils.ipxact.Design.Design

Packages that use Design
com.eu.miscedautils.ipxact.Design   
com.eu.miscedautils.shell   
 

Uses of Design in com.eu.miscedautils.ipxact.Design
 

Methods in com.eu.miscedautils.ipxact.Design that return Design
 Design ObjectFactory.createDesign()
          Create an instance of Design
 

Uses of Design in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return Design
 Design IPXACTBackBone.createDesignType(java.lang.String name, java.lang.String vendor, java.lang.String lib, java.lang.String version)
           
 Design IPXACTBackBone.getCurrentDesign()
           
 

Methods in com.eu.miscedautils.shell with parameters of type Design
 void IPXACTBackBone.setCurrentDesign(Design currentDesign)