Uses of Enum Class
org.javastro.ivoa.entities.resource.registry.oaipmh.GranularityType
Packages that use GranularityType
-
Uses of GranularityType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as GranularityTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return GranularityTypeModifier and TypeMethodDescriptionstatic GranularityTypeGets the enum associated to the value passed as parameter.IdentifyType.getGranularity()Gets the value of the granularity property.static GranularityTypeReturns the enum constant of this class with the specified name.static GranularityType[]GranularityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type GranularityTypeModifier and TypeMethodDescriptionvoidIdentifyType.setGranularity(GranularityType value) Sets the value of the granularity property.IdentifyType.withGranularity(GranularityType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type GranularityTypeModifierConstructorDescriptionIdentifyType(String repositoryName, String baseURL, String protocolVersion, List<String> adminEmails, String earliestDatestamp, DeletedRecordType deletedRecord, GranularityType granularity, List<String> compressions, List<DescriptionType> descriptions) Fully-initialising value constructor