Uses of Enum Class
org.exoplatform.groovyscript.SectionType
Packages that use SectionType
-
Uses of SectionType in org.exoplatform.groovyscript
Methods in org.exoplatform.groovyscript that return SectionTypeModifier and TypeMethodDescriptionTemplateSection.getType()static SectionTypeReturns the enum constant of this class with the specified name.static SectionType[]SectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.groovyscript with parameters of type SectionTypeModifierConstructorDescriptionTemplateSection(SectionType type, String text) TemplateSection(SectionType type, String text, int colNumber, int lineNumber) TemplateSection(SectionType type, String text, Position pos)