Fixing model

This commit is contained in:
Luca Frosini 2024-06-06 18:23:47 +02:00
parent 787c811a04
commit 4f4c502f62
1 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ import org.gcube.com.fasterxml.jackson.annotation.JsonIgnore;
import org.gcube.com.fasterxml.jackson.annotation.JsonTypeName;
import org.gcube.informationsystem.base.reference.AccessType;
import org.gcube.informationsystem.base.reference.properties.PropertyElement;
import org.gcube.informationsystem.model.reference.properties.Attribute;
import org.gcube.informationsystem.model.reference.properties.AttributeDefinition;
import org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable;
import org.gcube.informationsystem.serialization.ElementMapper;
import org.gcube.informationsystem.types.impl.TypeImpl;
@ -36,8 +34,6 @@ public final class PropertyTypeImpl<P extends PropertyElement> extends TypeImpl
static {
propertyElementAccesTypes = new HashSet<>();
propertyElementAccesTypes.add(PropertyElement.NAME);
propertyElementAccesTypes.add(Attribute.NAME);
propertyElementAccesTypes.add(AttributeDefinition.NAME);
propertyElementAccesTypes.add(LinkedEntity.NAME);
propertyElementAccesTypes.add(TemplateVariable.NAME);
}