Uses of Enum Class
de.caluga.morphium.WriteAccessType
Packages that use WriteAccessType
-
Uses of WriteAccessType in de.caluga.morphium
Methods in de.caluga.morphium that return WriteAccessTypeModifier and TypeMethodDescriptionstatic WriteAccessTypeReturns the enum constant of this class with the specified name.static WriteAccessType[]WriteAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium with parameters of type WriteAccessTypeModifier and TypeMethodDescriptionvoidMorphium.fireProfilingWriteEvent(Class type, Object data, long time, boolean isNew, WriteAccessType wt) voidProfilingListener.writeAccess(Class type, Object o, long time, boolean isNew, WriteAccessType t)