Uses of Class
com.eu.miscedautils.ipxact.Component.BankedBlockType.Range

Packages that use BankedBlockType.Range
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of BankedBlockType.Range in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return BankedBlockType.Range
 BankedBlockType.Range ObjectFactory.createBankedBlockTypeRange()
          Create an instance of BankedBlockType.Range
 BankedBlockType.Range BankedBlockType.getRange()
          Gets the value of the range property.
 BankedBlockType.Range AddressSpaces.AddressSpace.getRange()
          Gets the value of the range property.
 BankedBlockType.Range AddressBlockType.getRange()
          Gets the value of the range property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BankedBlockType.Range
 void BankedBlockType.setRange(BankedBlockType.Range value)
          Sets the value of the range property.
 void AddressSpaces.AddressSpace.setRange(BankedBlockType.Range value)
          Sets the value of the range property.
 void AddressBlockType.setRange(BankedBlockType.Range value)
          Sets the value of the range property.
 

Uses of BankedBlockType.Range in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type BankedBlockType.Range
 java.lang.String IPXACTBackBone.createCommandForRange(BankedBlockType.Range range)