public static enum MetadataEntity.MetadataType extends java.lang.Enum<MetadataEntity.MetadataType>
| Enum Constant and Description |
|---|
NUMERIC |
POINT_OF_CONTACT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static MetadataEntity.MetadataType |
valueOf(java.lang.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(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 toString()
toString in class java.lang.Enum<MetadataEntity.MetadataType>Copyright © 2020 Contrast Security. All Rights Reserved.