Uses of Enum Class
com.storedobject.common.Script.Language
Packages that use Script.Language
-
Uses of Script.Language in com.storedobject.common
Methods in com.storedobject.common that return Script.LanguageModifier and TypeMethodDescriptionstatic Script.Language
Returns the enum constant of this class with the specified name.static Script.Language[]
Script.Language.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.storedobject.common with parameters of type Script.LanguageModifierConstructorDescriptionScript
(Script.Language language) Constructor.Script
(Script.Language language, String script) Constructor.