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