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