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

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

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

Methods in com.eu.miscedautils.ipxact.Abstractor that return EndianessType
static EndianessType EndianessType.fromValue(java.lang.String v)
           
 EndianessType BusInterfaceType.getEndianness()
          Gets the value of the endianness property.
static EndianessType EndianessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EndianessType[] EndianessType.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 EndianessType
 void BusInterfaceType.setEndianness(EndianessType value)
          Sets the value of the endianness property.