public class SumPatternAttributesChainItem extends SummarizeChainItem
| Constructor and Description |
|---|
SumPatternAttributesChainItem(java.lang.String baseName,
java.util.regex.Pattern pattern) |
SumPatternAttributesChainItem(java.lang.String baseName,
java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Variant value,
java.lang.String attributeName,
Variant attributeValue)
The method that will check if the attribute entry matches the condition.
|
getIgnoreItems, processsetAttributes, setReservedAttributespublic SumPatternAttributesChainItem(java.lang.String baseName,
java.lang.String pattern)
public SumPatternAttributesChainItem(java.lang.String baseName,
java.util.regex.Pattern pattern)
protected boolean matches(Variant value,
java.lang.String attributeName,
Variant attributeValue)
SummarizeChainItemmatches in class SummarizeChainItemvalue - The current item valueattributeName - The attribute nameattributeValue - The attribute valuetrue if the entry should match, false
otherwise
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0