public static enum FilesCollection.EmbeddedTypes extends java.lang.Enum<FilesCollection.EmbeddedTypes>
| Enum Constant and Description |
|---|
FILES |
| Modifier and Type | Method and Description |
|---|---|
static FilesCollection.EmbeddedTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilesCollection.EmbeddedTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilesCollection.EmbeddedTypes FILES
public static FilesCollection.EmbeddedTypes[] values()
for (FilesCollection.EmbeddedTypes c : FilesCollection.EmbeddedTypes.values()) System.out.println(c);
public static FilesCollection.EmbeddedTypes 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 null