Annotation Interface ResourceSchemaEntry
Defines a single entry in a
ResourceSchema, specifying a facet that
composes the resource.- Author:
- Luca Frosini (ISTI - CNR)
-
Optional Element Summary
Optional Elements
-
Element Details
-
relation
Class<? extends ConsistsOf> relation- Returns:
- the relation
- Default:
- org.gcube.informationsystem.model.reference.relations.ConsistsOf.class
-
facet
- Returns:
- the facet
- Default:
- org.gcube.informationsystem.model.reference.entities.Facet.class
-
description
String description- Returns:
- the description
- Default:
- ""
-
min
int min- Returns:
- the min
- Default:
- 0
-
max
int max- Returns:
- the max
- Default:
- -1
-