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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BankedBlockType.Width
 BankedBlockType.Width ObjectFactory.createBankedBlockTypeWidth()
          Create an instance of BankedBlockType.Width
 BankedBlockType.Width BankedBlockType.getWidth()
          Gets the value of the width property.
 BankedBlockType.Width AddressSpaces.AddressSpace.getWidth()
          Gets the value of the width property.
 BankedBlockType.Width AddressBlockType.getWidth()
          Gets the value of the width property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type BankedBlockType.Width
 void BankedBlockType.setWidth(BankedBlockType.Width value)
          Sets the value of the width property.
 void AddressSpaces.AddressSpace.setWidth(BankedBlockType.Width value)
          Sets the value of the width property.
 void AddressBlockType.setWidth(BankedBlockType.Width value)
          Sets the value of the width property.
 

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

Methods in com.eu.miscedautils.shell with parameters of type BankedBlockType.Width
 java.lang.String IPXACTBackBone.createCommandForWidth(BankedBlockType.Width width)