Uses of Class
org.opengis.metadata.constraint.Classification
-
Packages that use Classification Package Description org.opengis.metadata.constraint Constraints information (includes legal and security). -
-
Uses of Classification in org.opengis.metadata.constraint
Fields in org.opengis.metadata.constraint declared as Classification Modifier and Type Field Description static Classification
Classification. CONFIDENTIAL
Available for someone who can be entrusted with information.static Classification
Classification. RESTRICTED
Not for general disclosure.static Classification
Classification. SECRET
Kept or meant to be kept private, unknown, or hidden from all but a select group of people.static Classification
Classification. TOP_SECRET
Of the highest secrecy.static Classification
Classification. UNCLASSIFIED
Available for general disclosure.Fields in org.opengis.metadata.constraint with type parameters of type Classification Modifier and Type Field Description private static java.util.List<Classification>
Classification. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.constraint that return Classification Modifier and Type Method Description Classification[]
Classification. family()
Returns the list of enumerations of the same kind than this enum.Classification
SecurityConstraints. getClassification()
Name of the handling restrictions on the resource.static Classification
Classification. valueOf(java.lang.String code)
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.
-