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
Methods in org.apache.maven.doxia.index that return IndexEntry.TypeModifier and TypeMethodDescriptionIndexEntry.getType()
Returns the type of this entry.static IndexEntry.Type
Returns 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.Constructors in org.apache.maven.doxia.index with parameters of type IndexEntry.TypeModifierConstructorDescriptionIndexEntry
(IndexEntry newParent, String newId, IndexEntry.Type type) Constructor.