Uses of Class
com.foursoft.harness.vec.v113.VecUnit
Packages that use VecUnit
-
Uses of VecUnit in com.foursoft.harness.vec.v113
Subclasses of VecUnit in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassDefines a unit as a composition of other units.classA CustomUnit can be used to define "FreeText"-Units.classThe IECUnit class can define quantities in the terms of the IEC-Unit-System by specifying the corresponding IEC prefix (optional) and an IEC unit name.classThe ImperialUnit class can define quantities in the terms of the Imperial-Unit-System by specifying the corresponding Imperial unit name.classThe OtherUnit class can be used to define a unit, which is necessary in the context of data exchange but not contained in the standard systems (e.g.classThe SIUnit class can define quantities in the terms of the SI-Unit-System by specifying the corresponding SI prefix (optional) and a SI unit name.classThe USUnit class can define quantities in the terms of the US-Unit-System by specifying the corresponding US unit name.Fields in com.foursoft.harness.vec.v113 declared as VecUnitModifier and TypeFieldDescriptionprotected VecUnitVecBuildingBlockSpecification2D.baseUnitprotected VecUnitVecBuildingBlockSpecification3D.baseUnitprotected VecUnitVecDimension.unitComponentprotected VecUnitVecValueWithUnit.unitComponentFields in com.foursoft.harness.vec.v113 with type parameters of type VecUnitModifier and TypeFieldDescriptionVecCompositeUnit.factorsReferences theUnitsthat are used as factors to create theCompositeUnit.VecContent.unitsMethods in com.foursoft.harness.vec.v113 that return VecUnitModifier and TypeMethodDescriptionVecBuildingBlockSpecification2D.getBaseUnit()Gets the value of the baseUnit property.VecBuildingBlockSpecification3D.getBaseUnit()Gets the value of the baseUnit property.VecDimension.getUnitComponent()Gets the value of the unitComponent property.VecValueWithUnit.getUnitComponent()Gets the value of the unitComponent property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecUnitModifier and TypeMethodDescriptionVecCompositeUnit.getFactors()Gets the value of the factors property.VecContent.getUnits()Gets the value of the units property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecUnitModifier and TypeMethodDescriptionvoidVecBuildingBlockSpecification2D.setBaseUnit(VecUnit value) Sets the value of the baseUnit property.voidVecBuildingBlockSpecification3D.setBaseUnit(VecUnit value) Sets the value of the baseUnit property.voidVecDimension.setUnitComponent(VecUnit value) Sets the value of the unitComponent property.voidVecValueWithUnit.setUnitComponent(VecUnit value) Sets the value of the unitComponent property.