public class EPDataFlowOperatorParameterProviderContext extends Object
EPDataFlowOperatorParameterProvider
describes the operator and parameters to provide.Constructor and Description |
---|
EPDataFlowOperatorParameterProviderContext(DataFlowOpInitializeContext initializeContext,
String parameterName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataFlowName()
Returns the data flow name.
|
Object |
getFactory()
Returns the operator instance.
|
String |
getOperatorName()
Returns the operator name.
|
int |
getOperatorNum()
Returns the operator number
|
String |
getParameterName()
Returns the parameter name.
|
public EPDataFlowOperatorParameterProviderContext(DataFlowOpInitializeContext initializeContext, String parameterName)
initializeContext
- contextparameterName
- parameter namepublic String getOperatorName()
public String getParameterName()
public Object getFactory()
public int getOperatorNum()
public String getDataFlowName()
Copyright © 2005–2018. All rights reserved.