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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return AddressSpaces
 AddressSpaces ObjectFactory.createAddressSpaces()
          Create an instance of AddressSpaces
 AddressSpaces ComponentType.getAddressSpaces()
          Gets the value of the addressSpaces property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type AddressSpaces
 void ComponentType.setAddressSpaces(AddressSpaces value)
          Sets the value of the addressSpaces property.
 

Uses of AddressSpaces in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type AddressSpaces
 java.lang.String IPXACTBackBone.createCommandForAddressSpaces(AddressSpaces addrSpaces)