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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return ModelType
 ModelType ObjectFactory.createModelType()
          Create an instance of ModelType
 ModelType ComponentType.getModel()
          Gets the value of the model property.
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type ModelType
 javax.xml.bind.JAXBElement<ModelType> ObjectFactory.createModel(ModelType value)
          Create an instance of JAXBElement<ModelType>}
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type ModelType
 javax.xml.bind.JAXBElement<ModelType> ObjectFactory.createModel(ModelType value)
          Create an instance of JAXBElement<ModelType>}
 void ComponentType.setModel(ModelType value)
          Sets the value of the model property.
 

Uses of ModelType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type ModelType
 java.lang.String IPXACTBackBone.createCommandForModel(ModelType model)
           
 void IPXACTComponent2RTL.traverseModelType(ModelType model)