public static enum CacheNamespacePlugin.CacheProperty extends Enum<CacheNamespacePlugin.CacheProperty>
Enum Constant and Description |
---|
BLOCKING |
EVICTION |
FLUSH_INTERVAL |
IMPLEMENTATION |
READ_WRITE |
SIZE |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getPropertyName() |
boolean |
isClassName() |
static CacheNamespacePlugin.CacheProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheNamespacePlugin.CacheProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheNamespacePlugin.CacheProperty BLOCKING
public static final CacheNamespacePlugin.CacheProperty FLUSH_INTERVAL
public static final CacheNamespacePlugin.CacheProperty READ_WRITE
public static final CacheNamespacePlugin.CacheProperty SIZE
public static final CacheNamespacePlugin.CacheProperty IMPLEMENTATION
public static final CacheNamespacePlugin.CacheProperty EVICTION
public static CacheNamespacePlugin.CacheProperty[] values()
for (CacheNamespacePlugin.CacheProperty c : CacheNamespacePlugin.CacheProperty.values()) System.out.println(c);
public static CacheNamespacePlugin.CacheProperty 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 String getPropertyName()
public String getAttributeName()
public boolean isClassName()
Copyright © 2006–2024 MyBatis.org. All rights reserved.