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 ClassificationClassification. CONFIDENTIALAvailable for someone who can be entrusted with information.static ClassificationClassification. RESTRICTEDNot for general disclosure.static ClassificationClassification. SECRETKept or meant to be kept private, unknown, or hidden from all but a select group of people.static ClassificationClassification. TOP_SECRETOf the highest secrecy.static ClassificationClassification. UNCLASSIFIEDAvailable 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. VALUESList 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.ClassificationSecurityConstraints. getClassification()Name of the handling restrictions on the resource.static ClassificationClassification. 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 ofClassifications.
-