Uses of Class
org.cxml.Tolerances
-
Packages that use Tolerances Package Description org.cxml -
-
Uses of Tolerances in org.cxml
Fields in org.cxml declared as Tolerances Modifier and Type Field Description protected TolerancesItemOut. tolerancesprotected TolerancesLower. tolerancesprotected TolerancesUpper. tolerancesMethods in org.cxml that return Tolerances Modifier and Type Method Description TolerancesObjectFactory. createTolerances()Create an instance ofTolerancesTolerancesItemOut. getTolerances()Gets the value of the tolerances property.TolerancesLower. getTolerances()Gets the value of the tolerances property.TolerancesUpper. getTolerances()Gets the value of the tolerances property.Methods in org.cxml with parameters of type Tolerances Modifier and Type Method Description voidItemOut. setTolerances(Tolerances value)Sets the value of the tolerances property.voidLower. setTolerances(Tolerances value)Sets the value of the tolerances property.voidUpper. setTolerances(Tolerances value)Sets the value of the tolerances property.
-