| Package | Description |
|---|---|
| org.pubcoi.cdm.cf.attachments |
| Modifier and Type | Field and Description |
|---|---|
protected DocTypeEnum |
Attachment.documentType |
protected DocTypeEnum |
S3LocationType.type |
| Modifier and Type | Method and Description |
|---|---|
static DocTypeEnum |
DocTypeEnum.fromValue(String v) |
DocTypeEnum |
Attachment.getDocumentType()
Gets the value of the documentType property.
|
DocTypeEnum |
S3LocationType.getType()
Gets the value of the type property.
|
static DocTypeEnum |
DocTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocTypeEnum[] |
DocTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setDocumentType(DocTypeEnum value)
Sets the value of the documentType property.
|
void |
S3LocationType.setType(DocTypeEnum value)
Sets the value of the type property.
|
Attachment |
Attachment.withDocumentType(DocTypeEnum value) |
S3LocationType |
S3LocationType.withType(DocTypeEnum value) |
Copyright © 2021. All rights reserved.