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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BaseAddress
 BaseAddress ObjectFactory.createBaseAddress()
          Create an instance of BaseAddress
 BaseAddress SubspaceRefType.getBaseAddress()
          Gets the value of the baseAddress property.
 BaseAddress AddressBlockType.getBaseAddress()
          Gets the value of the baseAddress property.
 BaseAddress AddressBankType.getBaseAddress()
          Gets the value of the baseAddress property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BaseAddress
 void SubspaceRefType.setBaseAddress(BaseAddress value)
          Sets the value of the baseAddress property.
 void AddressBlockType.setBaseAddress(BaseAddress value)
          Sets the value of the baseAddress property.
 void AddressBankType.setBaseAddress(BaseAddress value)
          Sets the value of the baseAddress property.
 

Uses of BaseAddress in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type BaseAddress
 java.lang.String IPXACTBackBone.createCommandForAddressBlockBaseAddress(BaseAddress baseaddr)