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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return ModelType.Views
 ModelType.Views ObjectFactory.createModelTypeViews()
          Create an instance of ModelType.Views
 ModelType.Views ModelType.getViews()
          Gets the value of the views property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type ModelType.Views
 void ModelType.setViews(ModelType.Views value)
          Sets the value of the views property.
 

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

Methods in com.eu.miscedautils.shell with parameters of type ModelType.Views
 java.lang.String IPXACTBackBone.createCommandForViews(ModelType.Views views)
           
 void IPXACTComponent2RTL.traverseViews(ModelType.Views views)