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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return ModelType.Ports
 ModelType.Ports ObjectFactory.createModelTypePorts()
          Create an instance of ModelType.Ports
 ModelType.Ports ModelType.getPorts()
          Gets the value of the ports property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type ModelType.Ports
 void ModelType.setPorts(ModelType.Ports value)
          Sets the value of the ports property.
 

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

Methods in com.eu.miscedautils.shell with parameters of type ModelType.Ports
 void IPXACTComponent2RTL.traversePorts(ModelType.Ports ports)