public static enum URIHandler.DependencyType extends Enum<URIHandler.DependencyType>
| Modifier and Type | Method and Description |
|---|---|
static URIHandler.DependencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static URIHandler.DependencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URIHandler.DependencyType PULL
public static final URIHandler.DependencyType PUSH
public static URIHandler.DependencyType[] values()
for (URIHandler.DependencyType c : URIHandler.DependencyType.values()) System.out.println(c);
public static URIHandler.DependencyType 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 nullCopyright © 2014 Apache Software Foundation. All Rights Reserved.