public static enum CacheInformation.ExpiryType extends Enum<CacheInformation.ExpiryType>
| Modifier and Type | Method and Description |
|---|---|
static CacheInformation.ExpiryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheInformation.ExpiryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheInformation.ExpiryType NONE
public static final CacheInformation.ExpiryType TTL
public static CacheInformation.ExpiryType[] values()
for (CacheInformation.ExpiryType c : CacheInformation.ExpiryType.values()) System.out.println(c);
public static CacheInformation.ExpiryType 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 null
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.