@ThingworxExtensionApiClass(since={6,6}) public static enum FileRepositoryThing.FileMode extends java.lang.Enum<FileRepositoryThing.FileMode>
| Modifier and Type | Method and Description |
|---|---|
static FileRepositoryThing.FileMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileRepositoryThing.FileMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileRepositoryThing.FileMode READ
public static final FileRepositoryThing.FileMode APPEND
public static final FileRepositoryThing.FileMode WRITE
public static FileRepositoryThing.FileMode[] values()
for (FileRepositoryThing.FileMode c : FileRepositoryThing.FileMode.values()) System.out.println(c);
public static FileRepositoryThing.FileMode 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