Skip to content

Commit

Permalink
merge develop into PR
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-darms committed Aug 6, 2024
1 parent c92838c commit 4ffebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/edu/harvard/iq/dataverse/DatasetField.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/**
* A DatasetField describes a metadata property of a Dataset. More precisely a metadata property of a specific dataset version
* as Datasets are versioned. Besides the relationship to a DatasetVersion (either direct or transitive), a DatasetField has a unique identifier,
* a type (c.f @DatasetFieldType) and depending on the type none, one or multiple values. Weather a DatasetField is obligatory or not
* is decided by type definition or via the Dataverse the Dataset belongs to (transitive chain via DatasetField->DatesetVersion->Dataset->Dataverse).
* a type (c.f @DatasetFieldType) and depending on the type none, one or multiple values. Whether a DatasetField is obligatory or not
* is decided by type definition and via the Dataverse the Dataset belongs to (transitive chain via DatasetField->DatesetVersion->Dataset->Dataverse).
*
* Possible values are single or multiple string values (c.f. @DatasetFieldValue) and single or multiple controlled vocabulary (c.f. @ControlledVocabularyValue)
* values (like enums). Furthermore, a DatasetField can be a compound (c.f. @DatasetFieldCompoundValue) and acts as a container for child DatasetField.
Expand Down

0 comments on commit 4ffebe0

Please sign in to comment.