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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return LocalMemoryMapType
 LocalMemoryMapType ObjectFactory.createLocalMemoryMapType()
          Create an instance of LocalMemoryMapType
 LocalMemoryMapType AddressSpaces.AddressSpace.getLocalMemoryMap()
          Gets the value of the localMemoryMap property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type LocalMemoryMapType
 void AddressSpaces.AddressSpace.setLocalMemoryMap(LocalMemoryMapType value)
          Sets the value of the localMemoryMap property.
 

Uses of LocalMemoryMapType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type LocalMemoryMapType
 java.lang.String IPXACTBackBone.createCommandForLocalMemoryMapType(LocalMemoryMapType mmap)