Uses of Class
cern.dip.DipQualityEnum
-
Packages that use DipQualityEnum Package Description cern.dip cern.dip.implementation -
-
Uses of DipQualityEnum in cern.dip
Methods in cern.dip that return DipQualityEnum Modifier and Type Method Description DipQualityEnum
DipData. extractDataQualityEnum()
static DipQualityEnum
DipQualityEnum. valueOf(int intValue)
Returns the enum constant of this type with the specified name.static DipQualityEnum
DipQualityEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DipQualityEnum[]
DipQualityEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DipQualityEnum in cern.dip.implementation
Methods in cern.dip.implementation that return DipQualityEnum Modifier and Type Method Description DipQualityEnum
DipDataImp. extractDataQualityEnum()
-