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