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

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

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

Methods in com.eu.miscedautils.ipxact.Component 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.Component 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.Component 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.