Uses of Class
de.xima.fc.mdl.enums.EObjectGraphVisitResult
- 
Packages that use EObjectGraphVisitResult Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.mdl.enums 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 EObjectGraphVisitResult Modifier and Type Method Description default 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 EObjectGraphVisitResult Modifier and Type Method Description static EObjectGraphVisitResultEObjectGraphVisitResult. valueOf(String name)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. 
 -