| Package | Description |
|---|---|
| de.caluga.morphium |
| Modifier and Type | Method and Description |
|---|---|
static WriteAccessType |
WriteAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteAccessType[] |
WriteAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Morphium.fireProfilingWriteEvent(Class type,
Object data,
long time,
boolean isNew,
WriteAccessType wt) |
void |
ProfilingListener.writeAccess(Class type,
Object o,
long time,
boolean isNew,
WriteAccessType t) |
Copyright © 2013. All Rights Reserved.