Uses of Class
org.gcube.resourcemanagement.model.reference.entities.facets.IdentifierFacet.IdentificationType
-
Packages that use IdentifierFacet.IdentificationType Package Description org.gcube.resourcemanagement.model.impl.entities.facets org.gcube.resourcemanagement.model.reference.entities.facets -
-
Uses of IdentifierFacet.IdentificationType in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets declared as IdentifierFacet.IdentificationType Modifier and Type Field Description protected IdentifierFacet.IdentificationTypeIdentifierFacetImpl. typeThe identification typeMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return IdentifierFacet.IdentificationType Modifier and Type Method Description IdentifierFacet.IdentificationTypeIdentifierFacetImpl. getIdentificationType()The identification typeMethods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type IdentifierFacet.IdentificationType Modifier and Type Method Description voidIdentifierFacetImpl. setIdentificationType(IdentifierFacet.IdentificationType type)Sets the identification type -
Uses of IdentifierFacet.IdentificationType in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return IdentifierFacet.IdentificationType Modifier and Type Method Description IdentifierFacet.IdentificationTypeIdentifierFacet. getIdentificationType()The identification typestatic IdentifierFacet.IdentificationTypeIdentifierFacet.IdentificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifierFacet.IdentificationType[]IdentifierFacet.IdentificationType. 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 IdentifierFacet.IdentificationType Modifier and Type Method Description voidIdentifierFacet. setIdentificationType(IdentifierFacet.IdentificationType type)Sets the identification type
-