MValue.MBool, MValue.MByte, MValue.MChar, MValue.MDouble, MValue.MEnum<T extends Enum<T>>, MValue.MFloat, MValue.MInt, MValue.MJavaDate, MValue.MLong, MValue.MShort, MValue.MSqlDate, MValue.MString| Constructor and Description |
|---|
MEnum(Token tok,
String className,
String value)
Instantiates a new m enum.
|
| Modifier and Type | Method and Description |
|---|---|
Enum<T> |
asEhcacheObject(ClassLoader loader) |
protected Enum<T> |
constructJavaObject()
As java object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
cacheJavaObject, getTypeName, getValuepublic MEnum(Token tok, String className, String value) throws CustomParseException
className - the class namevalue - the valueCustomParseExceptionprotected Enum<T> constructJavaObject()
MValuepublic Enum<T> asEhcacheObject(ClassLoader loader)
asEhcacheObject in interface ModelElement<Enum<T extends Enum<T>>>asEhcacheObject in class MValue<Enum<T extends Enum<T>>>Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.