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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return AddressSpaces.AddressSpace.Segments
 AddressSpaces.AddressSpace.Segments ObjectFactory.createAddressSpacesAddressSpaceSegments()
          Create an instance of AddressSpaces.AddressSpace.Segments
 AddressSpaces.AddressSpace.Segments AddressSpaces.AddressSpace.getSegments()
          Gets the value of the segments property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type AddressSpaces.AddressSpace.Segments
 void AddressSpaces.AddressSpace.setSegments(AddressSpaces.AddressSpace.Segments value)
          Sets the value of the segments property.
 

Uses of AddressSpaces.AddressSpace.Segments in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type AddressSpaces.AddressSpace.Segments
 java.lang.String IPXACTBackBone.createCommandForSegments(AddressSpaces.AddressSpace.Segments segments)