public enum HSMComponentFormat extends Enum<HSMComponentFormat>
| Modifier and Type | Method and Description |
|---|---|
static HSMComponentFormat |
forValue(String value) |
String |
getFormat() |
String |
toJson() |
String |
toString() |
static HSMComponentFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSMComponentFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSMComponentFormat TEXT
public static final HSMComponentFormat IMAGE
public static final HSMComponentFormat DOCUMENT
public static final HSMComponentFormat VIDEO
public static HSMComponentFormat[] values()
for (HSMComponentFormat c : HSMComponentFormat.values()) System.out.println(c);
public static HSMComponentFormat 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 HSMComponentFormat forValue(String value)
public String toJson()
public String getFormat()
public String toString()
toString in class Enum<HSMComponentFormat>Copyright © 2024. All rights reserved.