Uses of Class
org.opengis.metadata.constraint.Classification
Packages that use Classification
Package
Description
Information about legal and security constraints placed on data.
Constraints information
(includes legal and security).
-
Uses of Classification in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return ClassificationModifier and TypeMethodDescriptionDefaultSecurityConstraints.getClassification()Returns the name of the handling restrictions on the resource.Methods in org.apache.sis.metadata.iso.constraint with parameters of type ClassificationModifier and TypeMethodDescriptionvoidDefaultSecurityConstraints.setClassification(Classification newValue) Sets the name of the handling restrictions on the resource.Constructors in org.apache.sis.metadata.iso.constraint with parameters of type ClassificationModifierConstructorDescriptionDefaultSecurityConstraints(Classification classification) Creates a security constraints initialized with the specified classification. -
Uses of Classification in org.opengis.metadata.constraint
Subclasses with type arguments of type Classification in org.opengis.metadata.constraintModifier and TypeClassDescriptionfinal className of the handling restrictions on the dataset.Fields in org.opengis.metadata.constraint declared as ClassificationModifier and TypeFieldDescriptionstatic final ClassificationClassification.CONFIDENTIALAvailable for someone who can be entrusted with information.static final ClassificationClassification.RESTRICTEDNot for general disclosure.static final ClassificationClassification.SECRETKept or meant to be kept private, unknown, or hidden from all but a select group of people.static final ClassificationClassification.TOP_SECRETOf the highest secrecy.static final ClassificationClassification.UNCLASSIFIEDAvailable for general disclosure.Methods in org.opengis.metadata.constraint that return ClassificationModifier and TypeMethodDescriptionClassification.family()Returns the list of enumerations of the same kind as this enum.SecurityConstraints.getClassification()Name of the handling restrictions on the resource.static ClassificationReturns the classification that matches the given string, or returns a new one if none match it.static Classification[]Classification.values()Returns the list ofClassifications.