Uses of Enum Class
com.foursoft.harness.vec.v113.VecValueDetermination
Packages that use VecValueDetermination
-
Uses of VecValueDetermination in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecValueDeterminationModifier and TypeFieldDescriptionprotected VecValueDeterminationVecMassInformation.determinationTypeSpecifies the determination type of the mass information.protected VecValueDeterminationVecSegmentCrossSectionArea.valueDeterminationSpecifies the method for determination of the value.Methods in com.foursoft.harness.vec.v113 that return VecValueDeterminationModifier and TypeMethodDescriptionstatic VecValueDeterminationVecMassInformation.getDeterminationType()Gets the value of the determinationType property.VecSegmentCrossSectionArea.getValueDetermination()Gets the value of the valueDetermination property.static VecValueDeterminationReturns the enum constant of this class with the specified name.static VecValueDetermination[]VecValueDetermination.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.foursoft.harness.vec.v113 with parameters of type VecValueDeterminationModifier and TypeMethodDescriptionvoidVecMassInformation.setDeterminationType(VecValueDetermination value) Sets the value of the determinationType property.voidVecSegmentCrossSectionArea.setValueDetermination(VecValueDetermination value) Sets the value of the valueDetermination property.