V
- The enclosing StoreEntry typeT
- The Attribute's typepublic final class AttributeAccessNode<V,T> extends ExpressionNode<T>
returnType
Constructor and Description |
---|
AttributeAccessNode(AttributeMetadata<V,T> attr) |
Modifier and Type | Method and Description |
---|---|
AttributeMetadata<V,T> |
getAttributeMetadata()
Return the SessionAttributeMetadata associated with this Attribute
|
LogicalExpressionNode |
in(Collection<? extends T> entries)
Checks if the value of the Attribute is in the Collection.
|
getOpcode, getReturnType
public AttributeAccessNode(AttributeMetadata<V,T> attr)
public AttributeMetadata<V,T> getAttributeMetadata()
public LogicalExpressionNode in(Collection<? extends T> entries)
entries
- The Collection of data to examineCopyright © 2015 Oracle Corporation. All rights reserved.