public static enum MetadataEntity.MetadataType extends Enum<MetadataEntity.MetadataType>
| Enum Constant and Description |
|---|
NUMERIC |
POINT_OF_CONTACT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MetadataEntity.MetadataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataEntity.MetadataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataEntity.MetadataType STRING
public static final MetadataEntity.MetadataType NUMERIC
public static final MetadataEntity.MetadataType POINT_OF_CONTACT
public static MetadataEntity.MetadataType[] values()
for (MetadataEntity.MetadataType c : MetadataEntity.MetadataType.values()) System.out.println(c);
public static MetadataEntity.MetadataType 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 toString()
toString in class Enum<MetadataEntity.MetadataType>Copyright © 2021 Contrast Security. All rights reserved.