Uses of Enum Class
at.letto.math.enums.TOLERANZMODE
Packages that use TOLERANZMODE
-
Uses of TOLERANZMODE in at.letto.math.dto
Fields in at.letto.math.dto declared as TOLERANZMODEModifier and TypeFieldDescriptionprivate TOLERANZMODE
ToleranzDto.mode
RELATIV : Die Toleranz wird relativ zum größeren Wert des Vergleiches bestimmt
ABSOLUT : Die Toleranz wird absolut angegeben und ist von den Werten unabhängig -
Uses of TOLERANZMODE in at.letto.math.enums
Methods in at.letto.math.enums that return TOLERANZMODEModifier and TypeMethodDescriptionstatic TOLERANZMODE
Returns the enum constant of this class with the specified name.static TOLERANZMODE[]
TOLERANZMODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.