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, ObjectGraphValues values) Called when a class field is encountered in the object graph.default EObjectGraphVisitResultIObjectGraphVisitor.visitClassField(Object fieldValue, Field field, Object container) Deprecated.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
Subclasses with type arguments of type EObjectGraphVisitResult in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumResult returned byIObjectGraphVisitorthat indicates how the visit should proceed.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.
IObjectGraphVisitor.visitClassField(Object, Field, ObjectGraphValues)instead.