Uses of Class
com.eu.miscedautils.ipxact.BusDefinition.DataTypeType

Packages that use DataTypeType
com.eu.miscedautils.ipxact.BusDefinition   
 

Uses of DataTypeType in com.eu.miscedautils.ipxact.BusDefinition
 

Methods in com.eu.miscedautils.ipxact.BusDefinition that return DataTypeType
static DataTypeType DataTypeType.fromValue(java.lang.String v)
           
 DataTypeType FileSetType.Function.Argument.getDataType()
          Gets the value of the dataType property.
static DataTypeType DataTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataTypeType[] DataTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.BusDefinition with parameters of type DataTypeType
 void FileSetType.Function.Argument.setDataType(DataTypeType value)
          Sets the value of the dataType property.