| Package | Description |
|---|---|
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.handlers.service.dao |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
Document.getDocumentType() |
static DocumentType |
DocumentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setDocumentType(DocumentType documentType) |
| Constructor and Description |
|---|
Document(DocumentType documentType,
java.lang.String title,
java.lang.String link) |
| Modifier and Type | Field and Description |
|---|---|
DocumentType |
PostDocumentData.documentType |
Copyright © 2017 Richard Thurston. All Rights Reserved.