Uses of Class
org.opengis.metadata.constraint.Classification
Packages that use Classification
-
Uses of Classification in org.opengis.metadata.constraint
Fields in org.opengis.metadata.constraint declared as ClassificationModifier and TypeFieldDescriptionstatic final Classification
Classification.CONFIDENTIAL
Available for someone who can be entrusted with information.static final Classification
Classification.FOR_OFFICIAL_USE_ONLY
Unclassified information that is to be used only for official purposes determinate by the designating body.static final Classification
Classification.LIMITED_DISTRIBUTION
Dissemination limited by designating body.static final Classification
Classification.PROTECTED
Compromise of the information could cause damage.static final Classification
Classification.RESTRICTED
Not for general disclosure.static final Classification
Classification.SECRET
Kept or meant to be kept private, unknown, or hidden from all but a select group of people.static final Classification
Classification.SENSITIVE_BUT_UNCLASSIFIED
Although unclassified, requires strict controls over its distribution.static final Classification
Classification.TOP_SECRET
Of the highest secrecy.static final Classification
Classification.UNCLASSIFIED
Available for general disclosure.Methods in org.opengis.metadata.constraint that return ClassificationModifier and TypeMethodDescriptionClassification.family()
Returns the list of codes of the same kind as this code list element.SecurityConstraints.getClassification()
Name of the handling restrictions on the resource.static Classification
Returns the classification that matches the given string, or returns a new one if none match it.static Classification[]
Classification.values()
Returns the list ofClassification
s.