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 GranularityTypeFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type GranularityTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<IdentifyType,GranularityType> IdentifyType.PropInfo.GRANULARITYMethods 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.Modifier.setGranularity(GranularityType granularity) voidIdentifyType.setGranularity(GranularityType value) Sets the value of the granularity property.IdentifyType.Builder.withGranularity(GranularityType granularity) Sets the new value of "granularity" (any previous value will be replaced)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