Package | Description |
---|---|
org.geotools.metadata.iso.constraint |
Constraints implementation.
|
org.opengis.metadata.constraint |
Constraints information (includes legal and
security).
|
Modifier and Type | Method and Description |
---|---|
Classification |
SecurityConstraintsImpl.getClassification()
Returns the name of the handling restrictions on the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityConstraintsImpl.setClassification(Classification newValue)
Set the name of the handling restrictions on the resource.
|
Constructor and Description |
---|
SecurityConstraintsImpl(Classification classification)
Creates a security constraints initialized with the specified classification.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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(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. |
Copyright © 1996–2019 Geotools. All rights reserved.