Uses of Enum Class
de.espirit.firstspirit.access.project.Project.MediaNotTranslatedStrategy
Packages that use Project.MediaNotTranslatedStrategy
-
Uses of Project.MediaNotTranslatedStrategy in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return Project.MediaNotTranslatedStrategyModifier and TypeMethodDescriptionProject.getNotTranslatedMediaStrategy()
Returns the strategy to use when generating media that is not translatedReturns the enum constant of this class with the specified name.static Project.MediaNotTranslatedStrategy[]
Project.MediaNotTranslatedStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.project with parameters of type Project.MediaNotTranslatedStrategyModifier and TypeMethodDescriptionvoid
Project.setNotTranslatedMediaStrategy
(Project.MediaNotTranslatedStrategy strategy) Defines the strategy to be applied for not translated media.