Uses of Class
com.eu.miscedautils.ipxact.Component.FieldType.BitWidth

Packages that use FieldType.BitWidth
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of FieldType.BitWidth in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return FieldType.BitWidth
 FieldType.BitWidth ObjectFactory.createFieldTypeBitWidth()
          Create an instance of FieldType.BitWidth
 FieldType.BitWidth FieldType.getBitWidth()
          Gets the value of the bitWidth property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type FieldType.BitWidth
 void FieldType.setBitWidth(FieldType.BitWidth value)
          Sets the value of the bitWidth property.
 

Uses of FieldType.BitWidth in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type FieldType.BitWidth
 java.lang.String IPXACTBackBone.createCommandForBitWidth(FieldType.BitWidth width)