Uses of Enum Class
org.javastro.ivoa.entities.resource.ssap.ComplianceLevel
Packages that use ComplianceLevel
-
Uses of ComplianceLevel in org.javastro.ivoa.entities.resource.ssap
Fields in org.javastro.ivoa.entities.resource.ssap declared as ComplianceLevelModifier and TypeFieldDescriptionprotected ComplianceLevelSimpleSpectralAccess.complianceLevelAllowed values are "query", "minimal", and "full".Methods in org.javastro.ivoa.entities.resource.ssap that return ComplianceLevelModifier and TypeMethodDescriptionstatic ComplianceLevelGets the enum associated to the value passed as parameter.SimpleSpectralAccess.getComplianceLevel()Allowed values are "query", "minimal", and "full".static ComplianceLevelReturns the enum constant of this class with the specified name.static ComplianceLevel[]ComplianceLevel.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 with parameters of type ComplianceLevelModifier and TypeMethodDescriptionvoidSimpleSpectralAccess.setComplianceLevel(ComplianceLevel value) Sets the value of the complianceLevel property.SimpleSpectralAccess.withComplianceLevel(ComplianceLevel value) Constructors in org.javastro.ivoa.entities.resource.ssap with parameters of type ComplianceLevelModifierConstructorDescriptionSimpleSpectralAccess(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, ComplianceLevel complianceLevel, List<DataSource> dataSources, List<CreationType> creationTypes, List<SupportedFrame> supportedFrames, Double maxSearchRadius, BigInteger maxRecords, BigInteger defaultMaxRecords, Double maxAperture, BigInteger maxFileSize, Query testQuery) Fully-initialising value constructor