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

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

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

Methods in com.eu.miscedautils.ipxact.Component 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.Component with parameters of type EndianessType
 void BusInterfaceType.setEndianness(EndianessType value)
          Sets the value of the endianness property.