Package atessera.json

Enum Class PublicationContent.SectionType

java.lang.Object
java.lang.Enum<PublicationContent.SectionType>
atessera.json.PublicationContent.SectionType
All Implemented Interfaces:
Serializable, Comparable<PublicationContent.SectionType>, Constable
Enclosing class:
PublicationContent

public static enum PublicationContent.SectionType extends Enum<PublicationContent.SectionType>
Enumerates the types of content that a section may contain. Each type implies a different processing pipeline (e.g. Markdown goes through the Markdown parser, MetaPost goes through the Metapost compiler, etc.).