Uses of Class
org.gcube.resourcemanagement.model.reference.entities.facets.ProvenanceFacet.Relationship
-
Packages that use ProvenanceFacet.Relationship Package Description org.gcube.resourcemanagement.model.impl.entities.facets org.gcube.resourcemanagement.model.reference.entities.facets -
-
Uses of ProvenanceFacet.Relationship in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets declared as ProvenanceFacet.Relationship Modifier and Type Field Description protected ProvenanceFacet.RelationshipProvenanceFacetImpl. relationshipMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return ProvenanceFacet.Relationship Modifier and Type Method Description ProvenanceFacet.RelationshipProvenanceFacetImpl. getRelationship()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type ProvenanceFacet.Relationship Modifier and Type Method Description voidProvenanceFacetImpl. setRelationship(ProvenanceFacet.Relationship relationship) -
Uses of ProvenanceFacet.Relationship in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return ProvenanceFacet.Relationship Modifier and Type Method Description ProvenanceFacet.RelationshipProvenanceFacet. getRelationship()static ProvenanceFacet.RelationshipProvenanceFacet.Relationship. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvenanceFacet.Relationship[]ProvenanceFacet.Relationship. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type ProvenanceFacet.Relationship Modifier and Type Method Description voidProvenanceFacet. setRelationship(ProvenanceFacet.Relationship relationship)
-