parthenos-entities/src/main/java/org/gcube/parthenosentities/model/reference/entity/resource/parthenos/PE40_Programing_Language.java

18 lines
804 B
Java

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