public class AccumulateFunctionOption extends Object implements MultiValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The prefix for the property name for accumulate functions
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static AccumulateFunctionOption |
get(String name,
AccumulateFunction function)
This is a factory method for this AccumulateFunction configuration.
|
AccumulateFunction |
getFunction()
Returns the accumulate function instance
|
String |
getName()
Returns the name of the function configured
|
String |
getPropertyName()
Returns the property name for this option
|
int |
hashCode() |
String |
toString() |
public static final String PROPERTY_NAME
public static AccumulateFunctionOption get(String name, AccumulateFunction function)
name
- the name of the function to be configuredpublic String getPropertyName()
getPropertyName
in interface Option
public String getName()
public AccumulateFunction getFunction()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.