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

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

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

Methods in com.eu.miscedautils.ipxact.Abstractor that return MemoryMapRefType
 MemoryMapRefType ObjectFactory.createMemoryMapRefType()
          Create an instance of MemoryMapRefType
 MemoryMapRefType BusInterfaceType.Slave.getMemoryMapRef()
          Gets the value of the memoryMapRef property.
 

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

Methods in com.eu.miscedautils.ipxact.Abstractor with parameters of type MemoryMapRefType
 javax.xml.bind.JAXBElement<MemoryMapRefType> ObjectFactory.createMemoryMapRef(MemoryMapRefType value)
          Create an instance of JAXBElement<MemoryMapRefType>}
 void BusInterfaceType.Slave.setMemoryMapRef(MemoryMapRefType value)
          Sets the value of the memoryMapRef property.