Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ImageFormatsST
-
Packages that use ImageFormatsST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ImageFormatsST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ImageFormatsST Modifier and Type Field Description protected ImageFormatsST
FileImage. format
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ImageFormatsST Modifier and Type Method Description static ImageFormatsST
ImageFormatsST. fromValue(String v)
ImageFormatsST
FileImage. getFormat()
Gets the value of the format property.static ImageFormatsST
ImageFormatsST. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageFormatsST[]
ImageFormatsST. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type ImageFormatsST Modifier and Type Method Description void
FileImage. setFormat(ImageFormatsST value)
Sets the value of the format property.
-