| Package | Description |
|---|---|
| eu.dnetlib.dhp.schema.common |
| Modifier and Type | Field and Description |
|---|---|
static Map<EntityType,Class> |
ModelSupport.entityTypes
Defines the mapping between the actual entity types and the relative classes implementing them
|
| Modifier and Type | Method and Description |
|---|---|
static <T> EntityType |
EntityType.fromClass(Class<T> clazz)
Resolves the EntityType, given the relative class name
|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ModelSupport.getMainType(EntityType type) |
static boolean |
ModelSupport.isResult(EntityType type) |
Copyright © 2025. All rights reserved.