Uses of Class
com.eu.miscedautils.ipxact.Abstractor.BitSteeringType

Packages that use BitSteeringType
com.eu.miscedautils.ipxact.Abstractor   
 

Uses of BitSteeringType in com.eu.miscedautils.ipxact.Abstractor
 

Methods in com.eu.miscedautils.ipxact.Abstractor that return BitSteeringType
static BitSteeringType BitSteeringType.fromValue(java.lang.String v)
           
 BitSteeringType BusInterfaceType.BitSteering.getValue()
          Indicates whether bit steering should be used to map this interface onto a bus of different data width.
static BitSteeringType BitSteeringType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BitSteeringType[] BitSteeringType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.Abstractor with parameters of type BitSteeringType
 void BusInterfaceType.BitSteering.setValue(BitSteeringType value)
          Sets the value of the value property.