| Package | Description |
|---|---|
| org.apache.maven.index.reader |
| Modifier and Type | Method and Description |
|---|---|
Record.Type |
Record.getType()
Returns the
Record.Type of this record. |
static Record.Type |
Record.Type.valueOf(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.
|
| Constructor and Description |
|---|
Record(Record.Type type,
Map<Record.EntryKey,Object> expanded) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.