Uses of Class
de.xima.fc.interfaces.workflow.value.ValueDescriptorNode.MapValue
Packages that use ValueDescriptorNode.MapValue
-
Uses of ValueDescriptorNode.MapValue in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return ValueDescriptorNode.MapValueModifier and TypeMethodDescriptionstatic <V> ValueDescriptorNode.MapValue<V> ValueDescriptorNode.map(IMapValueDescriptor<V> map) Wraps a map value descriptor into aValueDescriptorNode.MapValuenode.Methods in de.xima.fc.interfaces.workflow.value with parameters of type ValueDescriptorNode.MapValueModifier and TypeMethodDescriptionprotected TreeVisit.ETreeVisitResultValueDescriptorNodeVisitor.enterMapValue(ValueDescriptorNode.MapValue<?> node, List<TreeVisit.TreePathFragment<ValueDescriptorNode<?, ?>>> path) Enters aValueDescriptorNode.MapValuenode.protected booleanValueDescriptorNodeVisitor.exitMapValue(ValueDescriptorNode.MapValue<?> node, List<TreeVisit.TreePathFragment<ValueDescriptorNode<?, ?>>> path) Exits aValueDescriptorNode.MapValuenode.protected booleanValueDescriptorNodeVisitor.visitMapValue(ValueDescriptorNode.MapValue<?> node, List<TreeVisit.TreePathFragment<ValueDescriptorNode<?, ?>>> path) Visits aValueDescriptorNode.MapValuenode.