Uses of Class
pl.edu.icm.unity.engine.api.translation.in.InputTranslationContextFactory.ContextKey
-
Packages that use InputTranslationContextFactory.ContextKey Package Description pl.edu.icm.unity.engine.api.translation.in Input translation profiles API -
-
Uses of InputTranslationContextFactory.ContextKey in pl.edu.icm.unity.engine.api.translation.in
Methods in pl.edu.icm.unity.engine.api.translation.in that return InputTranslationContextFactory.ContextKey Modifier and Type Method Description static InputTranslationContextFactory.ContextKey
InputTranslationContextFactory.ContextKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InputTranslationContextFactory.ContextKey[]
InputTranslationContextFactory.ContextKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-