Uses of Class
org.apache.maven.doxia.index.IndexEntry.Type
-
Packages that use IndexEntry.Type Package Description org.apache.maven.doxia.index -
-
Uses of IndexEntry.Type in org.apache.maven.doxia.index
Methods in org.apache.maven.doxia.index that return IndexEntry.Type Modifier and Type Method Description IndexEntry.Type
IndexEntry. getType()
Returns the type of this entry.static IndexEntry.Type
IndexEntry.Type. valueOf(java.lang.String name)
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.Type Constructor Description IndexEntry(IndexEntry newParent, java.lang.String newId, IndexEntry.Type type)
Constructor.
-