parthenos-entities/src/main/java/org/gcube/parthenosentities/model/reference/entity/facet/cidoc/E51_Contact_Point.java

18 lines
742 B
Java

package org.gcube.parthenosentities.model.reference.entity.facet.cidoc;
import org.gcube.informationsystem.model.reference.entities.Facet;
import org.gcube.informationsystem.types.reference.Change;
import org.gcube.informationsystem.types.reference.TypeMetadata;
import org.gcube.informationsystem.utils.Version;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@TypeMetadata(name = E51_Contact_Point.NAME, description = E51_Contact_Point.NAME, version = Version.MINIMAL_VERSION_STRING)
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
public interface E51_Contact_Point extends Facet {
public static final String NAME = "E51_Contact_Point"; // E51_Contact_Point.class.getSimpleName();
}