|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Classification | |
---|---|
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 | |
---|---|
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. |
Methods in org.opengis.metadata.constraint that return Classification | |
---|---|
Classification |
SecurityConstraints.getClassification()
Name of the handling restrictions on the resource. |
static Classification |
Classification.valueOf(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 of Classification s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |