Uses of Enum
de.xima.fc.mdl.enums.EObjectGraphVisitResult
Packages that use EObjectGraphVisitResult
Package
Description
Package für konkrete Helperklassen
Commonly used enumeration that are mainly used in model classes.
-
Uses of EObjectGraphVisitResult in de.xima.fc.helper
Methods in de.xima.fc.helper that return EObjectGraphVisitResultModifier and TypeMethodDescriptiondefault EObjectGraphVisitResultIObjectGraphVisitor.visitClassField(Object fieldValue, Field field, Object container) Called when a class field is encountered in the object graph.default EObjectGraphVisitResultIObjectGraphVisitor.visitListItem(Object listValue, int index, List<?> container) Called when a list item is encountered in the object graph.default EObjectGraphVisitResultIObjectGraphVisitor.visitMapItem(Object mapValue, Object key, Map<?, ?> container) Called when a map item is encountered in the object graph.default EObjectGraphVisitResultIObjectGraphVisitor.visitSetItem(Object setValue, Set<?> container) Called when a set item is encountered in the object graph. -
Uses of EObjectGraphVisitResult in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EObjectGraphVisitResultModifier and TypeMethodDescriptionstatic EObjectGraphVisitResultReturns the enum constant of this type with the specified name.static EObjectGraphVisitResult[]EObjectGraphVisitResult.values()Returns an array containing the constants of this enum type, in the order they are declared.