Uses of Class
com.eu.miscedautils.ipxact.Component.ViewType

Packages that use ViewType
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of ViewType in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return ViewType
 ViewType ObjectFactory.createViewType()
          Create an instance of ViewType
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type ViewType
 java.util.List<ViewType> ModelType.Views.getView()
          Gets the value of the view property.
 

Uses of ViewType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type ViewType
 void IPXACTComponent2RTL.traverseViewType(ViewType view)