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 EObjectGraphVisitResult
IObjectGraphVisitor.visitClassField
(Object fieldValue, Field field, Object container) Called when a class field is encountered in the object graph.default EObjectGraphVisitResult
IObjectGraphVisitor.visitListItem
(Object listValue, int index, List<?> container) Called when a list item is encountered in the object graph.default EObjectGraphVisitResult
IObjectGraphVisitor.visitMapItem
(Object mapValue, Object key, Map<?, ?> container) Called when a map item is encountered in the object graph.default EObjectGraphVisitResult
IObjectGraphVisitor.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 EObjectGraphVisitResult
Returns 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.