public static enum ResourceProperty.Type extends Enum<ResourceProperty.Type>
ResourceProperty can have various types, depending of the context they are used.| Enum Constant and Description |
|---|
DAV |
SUBVERSION_CUSTOM |
SUBVERSION_DAV |
SUBVERSION_SVN |
SVN |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix()
Returns the prefix of the
ResourceProperty.Type. |
static ResourceProperty.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceProperty.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceProperty.Type DAV
public static final ResourceProperty.Type SUBVERSION_CUSTOM
public static final ResourceProperty.Type SUBVERSION_DAV
public static final ResourceProperty.Type SUBVERSION_SVN
public static final ResourceProperty.Type SVN
public static ResourceProperty.Type[] values()
for (ResourceProperty.Type c : ResourceProperty.Type.values()) System.out.println(c);
public static ResourceProperty.Type 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 String getPrefix()
ResourceProperty.Type.ResourceProperty.TypeCopyright © 2013–2017 shadowhunt. All rights reserved.