public static enum DataVisibility.TlpName extends Enum<DataVisibility.TlpName> implements BmcEnum
The Traffic Light Protocol (TLP) color of the visibility level.
Enum Constant and Description |
---|
TlpAmber |
TlpGreen |
TlpInternalAudit |
TlpRed |
TlpWhite |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DataVisibility.TlpName |
create(String key) |
String |
getValue() |
static DataVisibility.TlpName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataVisibility.TlpName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataVisibility.TlpName TlpInternalAudit
public static final DataVisibility.TlpName TlpWhite
public static final DataVisibility.TlpName TlpGreen
public static final DataVisibility.TlpName TlpAmber
public static final DataVisibility.TlpName TlpRed
public static final DataVisibility.TlpName UnknownEnumValue
public static DataVisibility.TlpName[] values()
for (DataVisibility.TlpName c : DataVisibility.TlpName.values()) System.out.println(c);
public static DataVisibility.TlpName 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 static DataVisibility.TlpName create(String key)
Copyright © 2016–2024. All rights reserved.