Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.CADFormatsST
-
Packages that use CADFormatsST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of CADFormatsST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as CADFormatsST Modifier and Type Field Description protected CADFormatsST
FileCAD. format
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return CADFormatsST Modifier and Type Method Description static CADFormatsST
CADFormatsST. fromValue(String v)
CADFormatsST
FileCAD. getFormat()
Gets the value of the format property.static CADFormatsST
CADFormatsST. valueOf(String name)
Returns the enum constant of this type with the specified name.static CADFormatsST[]
CADFormatsST. 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 CADFormatsST Modifier and Type Method Description void
FileCAD. setFormat(CADFormatsST value)
Sets the value of the format property.
-