public enum CVEnumISMExemptFromValues extends Enum<CVEnumISMExemptFromValues>
Java class for CVEnumISMExemptFromValues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CVEnumISMExemptFromValues">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="IC_710_MANDATORY_FDR"/>
<enumeration value="DOD_DISTRO_STATEMENT"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DOD_DISTRO_STATEMENT
(U) Document claims exemption from the rules in DoD5230.24
requiring DoD Distribution Statements that have been encoded into
ISM.
|
IC_710_MANDATORY_FDR
(U) Document claims exemption from ICD-710 rules mandating the
use of Foreign Disclosure and Release markings that have been encoded in ISM.
|
| Modifier and Type | Method and Description |
|---|---|
static CVEnumISMExemptFromValues |
fromValue(String v) |
String |
value() |
static CVEnumISMExemptFromValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVEnumISMExemptFromValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVEnumISMExemptFromValues IC_710_MANDATORY_FDR
public static final CVEnumISMExemptFromValues DOD_DISTRO_STATEMENT
public static CVEnumISMExemptFromValues[] values()
for (CVEnumISMExemptFromValues c : CVEnumISMExemptFromValues.values()) System.out.println(c);
public static CVEnumISMExemptFromValues 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 CVEnumISMExemptFromValues fromValue(String v)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.