|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document.Type | |
|---|---|
| uk.ac.man.documentparser.dataholders | |
| uk.ac.man.documentparser.input | |
| Uses of Document.Type in uk.ac.man.documentparser.dataholders |
|---|
| Fields in uk.ac.man.documentparser.dataholders declared as Document.Type | |
|---|---|
private Document.Type |
Document.type
|
| Methods in uk.ac.man.documentparser.dataholders that return Document.Type | |
|---|---|
Document.Type |
Document.getType()
|
static Document.Type |
Document.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Document.Type[] |
Document.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in uk.ac.man.documentparser.dataholders with parameters of type Document.Type | |
|---|---|
Document(java.lang.String id,
java.lang.String title,
java.lang.String abs,
java.lang.String body,
java.lang.String raw,
Document.Text_raw_type raw_type,
java.lang.String year,
Journal journal,
Document.Type type,
Author[] authors,
java.lang.String volume,
java.lang.String issue,
java.lang.String pages,
java.lang.String xml,
ExternalID externalID)
|
|
| Uses of Document.Type in uk.ac.man.documentparser.input |
|---|
| Methods in uk.ac.man.documentparser.input that return Document.Type | |
|---|---|
private Document.Type |
DatabaseIterator.convType(java.lang.String type)
|
private Document.Type |
DatabaseListIterator.convType(java.lang.String type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||