Uses of Enum Class
org.aoju.bus.image.galaxy.data.IOD.DataElementType
Packages that use IOD.DataElementType
-
Uses of IOD.DataElementType in org.aoju.bus.image.galaxy.data
Fields in org.aoju.bus.image.galaxy.data declared as IOD.DataElementTypeMethods in org.aoju.bus.image.galaxy.data that return IOD.DataElementTypeModifier and TypeMethodDescriptionIOD.getType()static IOD.DataElementTypeReturns the enum constant of this class with the specified name.static IOD.DataElementType[]IOD.DataElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.image.galaxy.data with parameters of type IOD.DataElementTypeConstructors in org.aoju.bus.image.galaxy.data with parameters of type IOD.DataElementTypeModifierConstructorDescriptionDataElement(int tag, VR vr, IOD.DataElementType type, int minVM, int maxVM, int valueNumber)