public static enum RepositoryFile.Type extends java.lang.Enum<RepositoryFile.Type>
Enum Constant and Description |
---|
CONNECTOR |
OAUTH |
RESOURCE |
ROBOT |
ROBOT2 |
SCHEDULE |
SNIPPET |
TYPE |
Modifier and Type | Method and Description |
---|---|
static RepositoryFile.Type |
getByType(java.lang.String type) |
java.lang.String |
getExtension() |
static RepositoryFile.Type |
getFileType(java.lang.String filename) |
java.lang.String |
getType() |
static RepositoryFile.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryFile.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryFile.Type ROBOT
public static final RepositoryFile.Type TYPE
public static final RepositoryFile.Type SNIPPET
public static final RepositoryFile.Type SCHEDULE
public static final RepositoryFile.Type RESOURCE
public static final RepositoryFile.Type OAUTH
public static final RepositoryFile.Type CONNECTOR
public static final RepositoryFile.Type ROBOT2
public static RepositoryFile.Type[] values()
for (RepositoryFile.Type c : RepositoryFile.Type.values()) System.out.println(c);
public static RepositoryFile.Type 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 getExtension()
public java.lang.String getType()
public static RepositoryFile.Type getByType(java.lang.String type)
public static RepositoryFile.Type getFileType(java.lang.String filename)
RoboSuite Java API, v9.7.7763