public static final class AttributeFilterContext.SetAttributeContext extends AttributeFilterContext
AttributeFilterContext.GetAttributeContext, AttributeFilterContext.SetAttributeContext| Modifier and Type | Method and Description |
|---|---|
void |
setAttribute(AttributeId attributeId,
Object value)
Set the value for the attribute identified by
attributeId using the next filter in the chain. |
getNode, getSession, isObservable, setObservablepublic void setAttribute(AttributeId attributeId, Object value)
attributeId using the next filter in the chain.attributeId - the AttributeId of the attribute to set the value of.value - the value to set.Copyright © 2021. All rights reserved.