public enum RepositoryTypeImpl extends java.lang.Enum<RepositoryTypeImpl> implements org.jfrog.artifactory.client.model.RepositoryType
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends RepositoryBase> |
getTypeClass() |
static RepositoryTypeImpl |
parseString(java.lang.String typeName) |
java.lang.String |
toString() |
static RepositoryTypeImpl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryTypeImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryTypeImpl LOCAL
public static final RepositoryTypeImpl FEDERATED
public static final RepositoryTypeImpl REMOTE
public static final RepositoryTypeImpl VIRTUAL
public static RepositoryTypeImpl[] values()
for (RepositoryTypeImpl c : RepositoryTypeImpl.values()) System.out.println(c);
public static RepositoryTypeImpl 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.Class<? extends RepositoryBase> getTypeClass()
getTypeClass in interface org.jfrog.artifactory.client.model.RepositoryTypepublic static RepositoryTypeImpl parseString(java.lang.String typeName)
public java.lang.String toString()
toString in interface org.jfrog.artifactory.client.model.RepositoryTypetoString in class java.lang.Enum<RepositoryTypeImpl>