R - public static interface PropertyIdentifier.PropertyTypeActions<R,N>
| Modifier and Type | Method and Description |
|---|---|
R |
onIndexedElement(ArooaElement element,
ArooaContext context,
ElementAction<N> action) |
R |
onMappedElement(ArooaElement element,
ArooaContext context,
ElementAction<N> action) |
R |
onVariantElement(ArooaElement element,
ArooaContext context,
ElementAction<N> action) |
R onMappedElement(ArooaElement element, ArooaContext context, ElementAction<N> action) throws ArooaPropertyException
ArooaPropertyExceptionR onIndexedElement(ArooaElement element, ArooaContext context, ElementAction<N> action) throws ArooaPropertyException
ArooaPropertyExceptionR onVariantElement(ArooaElement element, ArooaContext context, ElementAction<N> action) throws ArooaPropertyException
ArooaPropertyExceptionCopyright © 2023. All rights reserved.