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