public enum CweCommonConsequenceScopesType extends java.lang.Enum<CweCommonConsequenceScopesType>
| Enum Constant and Description |
|---|
ACCESS_CONTROL |
ACCOUNTABILITY |
AUTHENTICATION |
AUTHORIZATION |
AVAILABILITY |
CONFIDENTIALITY |
INTEGRITY |
NON_REPUDIATION |
OTHER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static CweCommonConsequenceScopesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CweCommonConsequenceScopesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CweCommonConsequenceScopesType ACCESS_CONTROL
public static final CweCommonConsequenceScopesType ACCOUNTABILITY
public static final CweCommonConsequenceScopesType AUTHENTICATION
public static final CweCommonConsequenceScopesType AUTHORIZATION
public static final CweCommonConsequenceScopesType AVAILABILITY
public static final CweCommonConsequenceScopesType CONFIDENTIALITY
public static final CweCommonConsequenceScopesType INTEGRITY
public static final CweCommonConsequenceScopesType NON_REPUDIATION
public static final CweCommonConsequenceScopesType OTHER
public static CweCommonConsequenceScopesType[] values()
for (CweCommonConsequenceScopesType c : CweCommonConsequenceScopesType.values()) System.out.println(c);
public static CweCommonConsequenceScopesType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()