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

Packages that use ModelType
com.eu.miscedautils.ipxact.DesignConfig   
 

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

Methods in com.eu.miscedautils.ipxact.DesignConfig that return ModelType
 ModelType ObjectFactory.createModelType()
          Create an instance of ModelType
 

Methods in com.eu.miscedautils.ipxact.DesignConfig 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.DesignConfig with parameters of type ModelType
 javax.xml.bind.JAXBElement<ModelType> ObjectFactory.createModel(ModelType value)
          Create an instance of JAXBElement<ModelType>}