public static enum ResourceAbstract.Caching extends Enum<ResourceAbstract.Caching>
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.CacheControl |
getCacheControl() |
static ResourceAbstract.Caching |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAbstract.Caching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceAbstract.Caching ONE_DAY
public static final ResourceAbstract.Caching ONE_HOUR
public static final ResourceAbstract.Caching NONE
public static ResourceAbstract.Caching[] values()
for (ResourceAbstract.Caching c : ResourceAbstract.Caching.values()) System.out.println(c);
public static ResourceAbstract.Caching 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 javax.ws.rs.core.CacheControl getCacheControl()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.