Uses of Enum Class
com.foursoft.harness.vec.v113.VecHistoryEntryType
Packages that use VecHistoryEntryType
-
Uses of VecHistoryEntryType in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecHistoryEntryTypeModifier and TypeFieldDescriptionprotected VecHistoryEntryTypeVecItemHistoryEntry.typeSpecifies the type of relationship between the ItemVersions.Methods in com.foursoft.harness.vec.v113 that return VecHistoryEntryTypeModifier and TypeMethodDescriptionstatic VecHistoryEntryTypeVecItemHistoryEntry.getType()Gets the value of the type property.static VecHistoryEntryTypeReturns the enum constant of this class with the specified name.static VecHistoryEntryType[]VecHistoryEntryType.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 VecHistoryEntryTypeModifier and TypeMethodDescriptionvoidVecItemHistoryEntry.setType(VecHistoryEntryType value) Sets the value of the type property.