Uses of Enum Class
org.javastro.ivoa.entities.resource.ssap.CreationType
Packages that use CreationType
-
Uses of CreationType in org.javastro.ivoa.entities.resource.ssap
Fields in org.javastro.ivoa.entities.resource.ssap with type parameters of type CreationTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<SimpleSpectralAccess,CreationType> SimpleSpectralAccess.PropInfo.CREATION_TYPESprotected List<CreationType>SimpleSpectralAccess.creationTypesAllowed values are "archival", "cutout", "filtered", "mosaic", "projection", "spectralExtraction", "catalogExtraction"Methods in org.javastro.ivoa.entities.resource.ssap that return CreationTypeModifier and TypeMethodDescriptionstatic CreationTypeGets the enum associated to the value passed as parameter.static CreationTypeReturns the enum constant of this class with the specified name.static CreationType[]CreationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.ssap that return types with arguments of type CreationTypeModifier and TypeMethodDescriptionSimpleSpectralAccess.getCreationTypes()Allowed values are "archival", "cutout", "filtered", "mosaic", "projection", "spectralExtraction", "catalogExtraction" Gets the value of the creationTypes property.SimpleSpectralAccess.Modifier.getCreationTypes()Methods in org.javastro.ivoa.entities.resource.ssap with parameters of type CreationTypeModifier and TypeMethodDescriptionSimpleSpectralAccess.Builder.addCreationTypes(CreationType... creationTypes) Adds the given items to the value of "creationTypes"SimpleSpectralAccess.Builder.withCreationTypes(CreationType... creationTypes) Sets the new value of "creationTypes" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.ssap with type arguments of type CreationTypeModifier and TypeMethodDescriptionSimpleSpectralAccess.Builder.addCreationTypes(Iterable<? extends CreationType> creationTypes) Adds the given items to the value of "creationTypes"SimpleSpectralAccess.Builder.withCreationTypes(Iterable<? extends CreationType> creationTypes) Sets the new value of "creationTypes" (any previous value will be replaced)