Package | Description |
---|---|
de.gwdg.metadataqa.api.counter |
Counter objects, which holds the result of calculations.
|
de.gwdg.metadataqa.api.json |
JSON handling classes.
|
de.gwdg.metadataqa.api.model |
Data objects.
|
de.gwdg.metadataqa.api.schema |
Schema definitions.
|
Modifier and Type | Method and Description |
---|---|
BasicCounter |
CompletenessCounter.getStatComponent(Category category) |
void |
CompletenessCounter.increaseInstance(Category category,
boolean increase) |
Modifier and Type | Method and Description |
---|---|
void |
CompletenessCounter.increaseInstance(List<Category> categories) |
void |
CompletenessCounter.increaseTotal(List<Category> categories) |
Modifier and Type | Method and Description |
---|---|
Category |
FieldGroup.getCategory()
Get the category.
|
Modifier and Type | Method and Description |
---|---|
List<Category> |
JsonBranch.getCategories() |
Modifier and Type | Method and Description |
---|---|
JsonBranch |
JsonBranch.setCategories(List<Category> categories) |
Constructor and Description |
---|
FieldGroup(Category pCategory,
String... pFields)
Construct a new FieldGroup object.
|
JsonBranch(String jsonPath,
Category... categories) |
JsonBranch(String label,
JsonBranch parent,
String jsonPath,
Category... categories) |
JsonBranch(String label,
String jsonPath,
Category... categories) |
Modifier and Type | Method and Description |
---|---|
static Category |
Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<Category> |
Category.extractCategories(Collection<JsonBranch> paths) |
Modifier and Type | Method and Description |
---|---|
List<Category> |
EdmOaiPmhXmlSchema.getCategories() |
List<Category> |
BaseSchema.getCategories() |
List<Category> |
Schema.getCategories() |
List<Category> |
EdmOaiPmhJsonSchema.getCategories() |
List<Category> |
EdmFullBeanSchema.getCategories() |
List<Category> |
MarcJsonSchema.getCategories() |
List<Category> |
EdmOaiPmLimitedJsonSchema.getCategories() |
List<Category> |
EdmFullBeanLimitedSchema.getCategories() |
Copyright © 2020. All rights reserved.