Uses of Class
org.apache.maven.index.reader.Record.Type
-
Packages that use Record.Type Package Description org.apache.maven.index.reader -
-
Uses of Record.Type in org.apache.maven.index.reader
Fields in org.apache.maven.index.reader declared as Record.Type Modifier and Type Field Description private Record.Type
Record. type
Methods in org.apache.maven.index.reader that return Record.Type Modifier and Type Method Description Record.Type
Record. getType()
Returns theRecord.Type
of this record.static Record.Type
Record.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Record.Type[]
Record.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.index.reader with parameters of type Record.Type Constructor Description Record(Record.Type type, java.util.Map<Record.EntryKey,java.lang.Object> expanded)
-