Uses of Enum Class
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentPersonReferenceRoleType
-
Uses of DocumentPersonReferenceRoleType in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl declared as DocumentPersonReferenceRoleTypeModifier and TypeFieldDescriptionprotected DocumentPersonReferenceRoleTypeDocumentPersonReferenceData.roleDescriptionThe role description.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return DocumentPersonReferenceRoleTypeModifier and TypeMethodDescriptionFrom value.DocumentPersonReferenceData.getRoleDescription()Gets the role description.Returns the enum constant of this class with the specified name.static DocumentPersonReferenceRoleType[]DocumentPersonReferenceRoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with parameters of type DocumentPersonReferenceRoleTypeModifier and TypeMethodDescriptionvoidDocumentPersonReferenceData.setRoleDescription(DocumentPersonReferenceRoleType value) Sets the role description.DocumentPersonReferenceData.withRoleDescription(DocumentPersonReferenceRoleType value) With role description.