| Package | Description |
|---|---|
| org.egov.mrs.domain.entity | |
| org.egov.mrs.domain.enums | |
| org.egov.mrs.domain.repository |
| Modifier and Type | Method and Description |
|---|---|
MarriageDocumentType |
MarriageDocument.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarriageDocument.setType(MarriageDocumentType type) |
| Modifier and Type | Method and Description |
|---|---|
static MarriageDocumentType |
MarriageDocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarriageDocumentType[] |
MarriageDocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<MarriageDocument> |
MarriageDocumentRepository.findByType(MarriageDocumentType type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.