Uses of Class
org.cakelab.jdoxml.api.ISection.SectionKind
-
Packages that use ISection.SectionKind Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.sectionhandler -
-
Uses of ISection.SectionKind in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return ISection.SectionKind Modifier and Type Method Description ISection.SectionKind
ISection. kind()
Returns what kind of section this isstatic ISection.SectionKind
ISection.SectionKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ISection.SectionKind[]
ISection.SectionKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ISection.SectionKind in org.cakelab.jdoxml.impl.sectionhandler
Methods in org.cakelab.jdoxml.impl.sectionhandler that return ISection.SectionKind Modifier and Type Method Description ISection.SectionKind
SectionHandler. kind()
-