public enum CVEnumISMCompliesWithValues extends Enum<CVEnumISMCompliesWithValues>
Java class for CVEnumISMCompliesWithValues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CVEnumISMCompliesWithValues">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="USGov"/>
<enumeration value="USIC"/>
<enumeration value="USDOD"/>
<enumeration value="OtherAuthority"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
OTHER_AUTHORITY
(U) Document claims compliance with an authority other than the
USGov, USIC, or USDOD.
|
US_GOV
(U) Document claims compliance with all rules encoded in ISM for
documents produced by the US Federal Government.
|
USDOD
(U) Document claims compliance with all rules encoded in ISM for
documents produced by the US Department of Defense.
|
USIC
(U) Document claims compliance with all rules encoded in ISM for
documents produced by the US Intelligence Community.
|
| Modifier and Type | Method and Description |
|---|---|
static CVEnumISMCompliesWithValues |
fromValue(String v) |
String |
value() |
static CVEnumISMCompliesWithValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVEnumISMCompliesWithValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVEnumISMCompliesWithValues US_GOV
public static final CVEnumISMCompliesWithValues USIC
public static final CVEnumISMCompliesWithValues USDOD
public static final CVEnumISMCompliesWithValues OTHER_AUTHORITY
public static CVEnumISMCompliesWithValues[] values()
for (CVEnumISMCompliesWithValues c : CVEnumISMCompliesWithValues.values()) System.out.println(c);
public static CVEnumISMCompliesWithValues 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 CVEnumISMCompliesWithValues fromValue(String v)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.