Uses of Enum Class
it.uniroma2.art.semanticturkey.customviews.UpdateMode
Packages that use UpdateMode
-
Uses of UpdateMode in it.uniroma2.art.semanticturkey.customviews
Methods in it.uniroma2.art.semanticturkey.customviews that return UpdateModeModifier and TypeMethodDescriptionSparqlBasedViewDTO.getUpdateMode()
UpdateInfo.getUpdateMode()
static UpdateMode
Returns the enum constant of this class with the specified name.static UpdateMode[]
UpdateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.uniroma2.art.semanticturkey.customviews with parameters of type UpdateModeModifier and TypeMethodDescriptionvoid
SparqlBasedViewDTO.setUpdateMode
(UpdateMode updateMode) void
UpdateInfo.setUpdateMode
(UpdateMode updateMode) Constructors in it.uniroma2.art.semanticturkey.customviews with parameters of type UpdateModeModifierConstructorDescriptionUpdateInfo
(UpdateMode updateMode) UpdateInfo
(String field, UpdateMode updateMode)