Uses of Enum Class
com.foursoft.harness.vec.v113.VecPrimaryPartType
Packages that use VecPrimaryPartType
-
Uses of VecPrimaryPartType in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPrimaryPartTypeModifier and TypeFieldDescriptionprotected VecPrimaryPartTypeVecPartVersion.primaryPartTypeThe primary type of the part defines the type of the part (e.g.protected VecPrimaryPartTypeVecPartUsage.primaryPartUsageTypeThe primary type of the PartUsage defines the type of the described part (e.g.Methods in com.foursoft.harness.vec.v113 that return VecPrimaryPartTypeModifier and TypeMethodDescriptionstatic VecPrimaryPartTypeVecPartVersion.getPrimaryPartType()Gets the value of the primaryPartType property.VecPartUsage.getPrimaryPartUsageType()Gets the value of the primaryPartUsageType property.static VecPrimaryPartTypeReturns the enum constant of this class with the specified name.static VecPrimaryPartType[]VecPrimaryPartType.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 VecPrimaryPartTypeModifier and TypeMethodDescriptionvoidVecPartVersion.setPrimaryPartType(VecPrimaryPartType value) Sets the value of the primaryPartType property.voidVecPartUsage.setPrimaryPartUsageType(VecPrimaryPartType value) Sets the value of the primaryPartUsageType property.