Uses of Class
nl.dedicon.pipeline.braille.model.Context
-
Packages that use Context Package Description nl.dedicon.pipeline.braille.model -
-
Uses of Context in nl.dedicon.pipeline.braille.model
Methods in nl.dedicon.pipeline.braille.model that return Context Modifier and Type Method Description static ContextContext. get(String context)ContextReplace. getContext()static ContextContext. valueOf(String name)Returns the enum constant of this type with the specified name.static Context[]Context. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.dedicon.pipeline.braille.model with parameters of type Context Modifier and Type Method Description voidReplace. setContext(Context context)
-