Uses of Class
com.eu.miscedautils.ipxact.Component.ModelType.ModelParameters

Packages that use ModelType.ModelParameters
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of ModelType.ModelParameters in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return ModelType.ModelParameters
 ModelType.ModelParameters ObjectFactory.createModelTypeModelParameters()
          Create an instance of ModelType.ModelParameters
 ModelType.ModelParameters ModelType.getModelParameters()
          Gets the value of the modelParameters property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type ModelType.ModelParameters
 void ModelType.setModelParameters(ModelType.ModelParameters value)
          Sets the value of the modelParameters property.
 

Uses of ModelType.ModelParameters in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type ModelType.ModelParameters
 java.lang.String IPXACTBackBone.createCommandForModelParameters(ModelType.ModelParameters params)
           
 void IPXACTComponent2RTL.traverseModelParameters(ModelType.ModelParameters params)