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

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

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

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

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