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

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

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

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