Uses of Enum Class
org.orcid.jaxb.model.message.WorkType
Packages that use WorkType
-
Uses of WorkType in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as WorkTypeModifier and TypeFieldDescriptionprotected WorkTypeOrcidWork.workTypeprotected WorkTypeWork.workTypeMethods in org.orcid.jaxb.model.message that return WorkTypeModifier and TypeMethodDescriptionstatic WorkTypeOrcidWork.getWorkType()Gets the value of the workType property.Work.getWorkType()Gets the value of the workType property.static WorkTypeReturns the enum constant of this class with the specified name.static WorkType[]WorkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orcid.jaxb.model.message that return types with arguments of type WorkTypeMethods in org.orcid.jaxb.model.message with parameters of type WorkTypeModifier and TypeMethodDescriptionstatic WorkCategoryWorkCategory.fromWorkType(WorkType type) voidOrcidWork.setWorkType(WorkType value) Sets the value of the workType property.voidWork.setWorkType(WorkType value) Sets the value of the workType property.