Uses of Enum Class
it.uniroma2.art.semanticturkey.customviews.ViewsEnum
Packages that use ViewsEnum
Package
Description
-
Uses of ViewsEnum in it.uniroma2.art.semanticturkey.config.customview
Fields in it.uniroma2.art.semanticturkey.config.customview declared as ViewsEnum -
Uses of ViewsEnum in it.uniroma2.art.semanticturkey.customviews
Methods in it.uniroma2.art.semanticturkey.customviews that return ViewsEnumModifier and TypeMethodDescriptionCustomViewData.getDefaultView()
static ViewsEnum
Returns the enum constant of this class with the specified name.static ViewsEnum[]
ViewsEnum.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 ViewsEnumModifier and TypeMethodDescriptionvoid
CustomViewData.setDefaultView
(ViewsEnum defaultView) void
CustomViewsManager.storeAssociation
(org.eclipse.rdf4j.model.IRI property, String customViewRef, ViewsEnum defaultView)