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

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

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

Methods in com.eu.miscedautils.ipxact.DesignConfig that return Parameters
 Parameters ObjectFactory.createParameters()
          Create an instance of Parameters
 Parameters ViewType.getParameters()
          Gets the value of the parameters property.
 Parameters ExecutableImage.getParameters()
          Additional information about the load module, e.g.
 Parameters AbstractorViewType.getParameters()
          Gets the value of the parameters property.
 

Methods in com.eu.miscedautils.ipxact.DesignConfig with parameters of type Parameters
 void ViewType.setParameters(Parameters value)
          Sets the value of the parameters property.
 void ExecutableImage.setParameters(Parameters value)
          Sets the value of the parameters property.
 void AbstractorViewType.setParameters(Parameters value)
          Sets the value of the parameters property.