Uses of Class
org.eclipse.epsilon.egl.EglFileGeneratingTemplate.OutputMode
-
Packages that use EglFileGeneratingTemplate.OutputMode Package Description org.eclipse.epsilon.egl -
-
Uses of EglFileGeneratingTemplate.OutputMode in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return EglFileGeneratingTemplate.OutputMode Modifier and Type Method Description EglFileGeneratingTemplate.OutputMode
EglFileGeneratingTemplate. getOutputMode()
static EglFileGeneratingTemplate.OutputMode
EglFileGeneratingTemplate.OutputMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EglFileGeneratingTemplate.OutputMode[]
EglFileGeneratingTemplate.OutputMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.epsilon.egl with parameters of type EglFileGeneratingTemplate.OutputMode Modifier and Type Method Description void
EglFileGeneratingTemplate. setOutputMode(EglFileGeneratingTemplate.OutputMode outputMode)
protected File
EglFileGeneratingTemplate. write(String path, EglFileGeneratingTemplate.OutputMode outputMode)
-