public enum CVEnumISM25X extends Enum<CVEnumISM25X>
Java class for CVEnumISM25X.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CVEnumISM25X">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="AEA"/>
<enumeration value="NATO"/>
<enumeration value="NATO-AEA"/>
<enumeration value="25X1"/>
<enumeration value="25X1-EO-12951"/>
<enumeration value="25X2"/>
<enumeration value="25X3"/>
<enumeration value="25X4"/>
<enumeration value="25X5"/>
<enumeration value="25X6"/>
<enumeration value="25X7"/>
<enumeration value="25X8"/>
<enumeration value="25X9"/>
<enumeration value="50X1-HUM"/>
<enumeration value="50X1"/>
<enumeration value="50X2-WMD"/>
<enumeration value="50X6"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
VALUE_1
(U)
When using a source document that contains portions of Restricted Data (RD)
or Formerly Restricted Data (FRD) where the RD/FRD source document(s)
do not have declassification instructions, the derivatively classified
document shall not contain a declassification date or event on the
Declassify On line.
|
VALUE_10
(U)
Reveal information, including foreign
government information, that would cause
serious harm to relations between the United
States and a foreign government, or to
ongoing diplomatic activities of the United
States
|
VALUE_11
(U)
Reveal information that would
impair the current ability of United States
Government officials to protect the President,
Vice President, and other protectees for
whom protection services, in the interest of
the national security, are authorized.
|
VALUE_12
(U)
Reveal information that would
seriously impair current national security
emergency preparedness plans or reveal
current vulnerabilities of systems,
installations, or infrastructures relating to the
national security.
|
VALUE_13
(U)
Violate a statute, treaty, or
international agreement that does not permit
the automatic or unilateral declassification of
information at 25 years.
|
VALUE_14
(U)
When the information clearly and
demonstrably could be expected to
reveal the identity of a confidential
human source or a human intelligence
source.
|
VALUE_15
(U)
The ISCAP has authorized use of this code in the FBI’s
classification guidance (which results in a 75-year classification
period) for any agency sourcing/reusing the information.
|
VALUE_16
(U)
When the information clearly and
demonstrably could reveal key design
concepts of weapons of mass
destruction.
|
VALUE_17
(U)
The ISCAP has authorized use of this code in the FBI’s
classification guidance (which results in a 75-year classification
period) for any agency sourcing/reusing the information.
|
VALUE_2
(U)
Since NATO information is not to be declassified or downgraded without the prior consent
of NATO, the “Declassify on” line of documents that commingle information classified by
NATO and U.S.
|
VALUE_3
(U)
Handles special case of BOTH NATO and AEA as a single exemption.
|
VALUE_4
(U)
Reveal the identity of a confidential
human source, a human intelligence source,
a relationship with an intelligence or security
service of a foreign government or
international organization, or a non-human
intelligence source; or impair the
effectiveness of an intelligence method
currently in use, available for use, or under
development.
|
VALUE_5
(U)
"25X1, EO 12951" (prescribed by the DNI for use on information described in E.O.
|
VALUE_6
(U)
Reveal information that would assist
in the development, production, or use of
weapons of mass destruction.
|
VALUE_7
(U)
Reveal information that would
impair U.S.
|
VALUE_8
(U)
Reveal information that would
impair the application of state-of-the-art
technology within a U.S.
|
VALUE_9
(U)
Reveal formally named or numbered
U.S.
|
| Modifier and Type | Method and Description |
|---|---|
static CVEnumISM25X |
fromValue(String v) |
String |
value() |
static CVEnumISM25X |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVEnumISM25X[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVEnumISM25X VALUE_1
public static final CVEnumISM25X VALUE_2
public static final CVEnumISM25X VALUE_3
public static final CVEnumISM25X VALUE_4
public static final CVEnumISM25X VALUE_5
public static final CVEnumISM25X VALUE_6
public static final CVEnumISM25X VALUE_7
public static final CVEnumISM25X VALUE_8
public static final CVEnumISM25X VALUE_9
public static final CVEnumISM25X VALUE_10
public static final CVEnumISM25X VALUE_11
public static final CVEnumISM25X VALUE_12
public static final CVEnumISM25X VALUE_13
public static final CVEnumISM25X VALUE_14
public static final CVEnumISM25X VALUE_15
public static final CVEnumISM25X VALUE_16
public static final CVEnumISM25X VALUE_17
public static CVEnumISM25X[] values()
for (CVEnumISM25X c : CVEnumISM25X.values()) System.out.println(c);
public static CVEnumISM25X valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static CVEnumISM25X fromValue(String v)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.