Uses of Enum Class
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.ReferenceType
-
Uses of ReferenceType in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl declared as ReferenceTypeModifier and TypeFieldDescriptionprotected ReferenceTypeDocumentReferenceData.referenceTypeThe reference type.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return ReferenceTypeModifier and TypeMethodDescriptionstatic ReferenceTypeFrom value.DocumentReferenceData.getReferenceType()Gets the reference type.static ReferenceTypeReturns the enum constant of this class with the specified name.static ReferenceType[]ReferenceType.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 ReferenceTypeModifier and TypeMethodDescriptionvoidDocumentReferenceData.setReferenceType(ReferenceType value) Sets the reference type.DocumentReferenceData.withReferenceType(ReferenceType value) With reference type.