Uses of Enum Class
com.openinventor.volumeviz.readers.dicom.SiDicomValue.ValueTypes
Packages that use SiDicomValue.ValueTypes
-
Uses of SiDicomValue.ValueTypes in com.openinventor.volumeviz.readers.dicom
Methods in com.openinventor.volumeviz.readers.dicom that return SiDicomValue.ValueTypesModifier and TypeMethodDescriptionSiDicomValue.getValueType()Get the type of the value.static SiDicomValue.ValueTypesSiDicomValue.ValueTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SiDicomValue.ValueTypesReturns the enum constant of this class with the specified name.static SiDicomValue.ValueTypes[]SiDicomValue.ValueTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.