Annotation Type ResourceSchemaEntry
-
@Target(TYPE) @Retention(RUNTIME) public @interface ResourceSchemaEntry
Defines a single entry in aResourceSchema, specifying a facet that composes the resource.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionClass<? extends Facet>facetintmaxintminClass<? extends ConsistsOf>relation
-
-
-
Element Detail
-
relation
Class<? extends ConsistsOf> relation
- Returns:
- the relation
- Default:
- org.gcube.informationsystem.model.reference.relations.ConsistsOf.class
-
-
-
description
String description
- Returns:
- the description
- Default:
- ""
-
-