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".Fields in org.javastro.ivoa.entities.resource.ssap with type parameters of type ComplianceLevelModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<SimpleSpectralAccess,ComplianceLevel> SimpleSpectralAccess.PropInfo.COMPLIANCE_LEVELMethods 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.Modifier.setComplianceLevel(ComplianceLevel complianceLevel) voidSimpleSpectralAccess.setComplianceLevel(ComplianceLevel value) Sets the value of the complianceLevel property.SimpleSpectralAccess.Builder.withComplianceLevel(ComplianceLevel complianceLevel) Sets the new value of "complianceLevel" (any previous value will be replaced)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