be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain
Enum CacheInformation.ExpiryType
java.lang.Object
java.lang.Enum<CacheInformation.ExpiryType>
be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.CacheInformation.ExpiryType
- All Implemented Interfaces:
- Serializable, Comparable<CacheInformation.ExpiryType>
- Enclosing class:
- CacheInformation
public static enum CacheInformation.ExpiryType
- extends Enum<CacheInformation.ExpiryType>
NONE
public static final CacheInformation.ExpiryType NONE
TTL
public static final CacheInformation.ExpiryType TTL
values
public static CacheInformation.ExpiryType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (CacheInformation.ExpiryType c : CacheInformation.ExpiryType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CacheInformation.ExpiryType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.