Uses of Enum Class
com.foursoft.harness.vec.v113.VecUsageConstraintType
Packages that use VecUsageConstraintType
-
Uses of VecUsageConstraintType in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecUsageConstraintTypeModifier and TypeFieldDescriptionprotected VecUsageConstraintTypeVecUsageConstraint.typeDefines if the usage constraint is positive (allowance) or negative (denial).Methods in com.foursoft.harness.vec.v113 that return VecUsageConstraintTypeModifier and TypeMethodDescriptionstatic VecUsageConstraintTypeVecUsageConstraint.getType()Gets the value of the type property.static VecUsageConstraintTypeReturns the enum constant of this class with the specified name.static VecUsageConstraintType[]VecUsageConstraintType.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 VecUsageConstraintTypeModifier and TypeMethodDescriptionvoidVecUsageConstraint.setType(VecUsageConstraintType value) Sets the value of the type property.