public static enum FedoraResponseImpl.ContextPath extends Enum<FedoraResponseImpl.ContextPath>
Enum Constant and Description |
---|
Access |
Management |
Modifier and Type | Method and Description |
---|---|
String |
path()
Returns the associated contextPath.
|
static FedoraResponseImpl.ContextPath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FedoraResponseImpl.ContextPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FedoraResponseImpl.ContextPath Access
public static final FedoraResponseImpl.ContextPath Management
public static FedoraResponseImpl.ContextPath[] values()
for (FedoraResponseImpl.ContextPath c : FedoraResponseImpl.ContextPath.values()) System.out.println(c);
public static FedoraResponseImpl.ContextPath 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 path()
Copyright © 2010-2013 MediaShelf. All Rights Reserved.