Uses of Enum
org.apache.maven.doxia.index.IndexEntry.Type
Packages that use IndexEntry.Type
-
Uses of IndexEntry.Type in org.apache.maven.doxia.index
Subclasses with type arguments of type IndexEntry.Type in org.apache.maven.doxia.indexFields in org.apache.maven.doxia.index declared as IndexEntry.TypeModifier and TypeFieldDescriptionprivate final IndexEntry.TypeIndexEntry.typeThe type of the entry, one of the types defined byIndexingSinkprivate IndexEntry.TypeIndexingSink.typeThe current type.Methods in org.apache.maven.doxia.index that return IndexEntry.TypeModifier and TypeMethodDescription(package private) static IndexEntry.TypeIndexEntry.Type.fromSectionLevel(int level) IndexEntry.getType()Returns the type of this entry.static IndexEntry.TypeReturns the enum constant of this type with the specified name.static IndexEntry.Type[]IndexEntry.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.doxia.index with parameters of type IndexEntry.TypeModifier and TypeMethodDescriptionprivate voidIndexingSink.pushNewEntry(IndexEntry.Type type) Creates and pushes a new IndexEntry onto the top of this stack.Constructors in org.apache.maven.doxia.index with parameters of type IndexEntry.TypeModifierConstructorDescriptionIndexEntry(IndexEntry newParent, String newId, IndexEntry.Type type) Constructor.