public interface IParameterElement extends IElement
Modifier and Type | Method and Description |
---|---|
IParameter |
getParameter(String name)
Get the parameter element.
|
IParameter[] |
getParameters()
Get all parameters.
|
IParameterSet |
getParameterSet(String name)
Get the parameter set element.
|
IParameterSet[] |
getParameterSets()
Get all parameter sets.
|
String |
getType()
Get the element type (i.e. the name declared in the ADF).
|
boolean |
hasParameter(String name)
Has the element a parameter element.
|
boolean |
hasParameterSet(String name)
Has the element a parameter set element.
|
getModelElement
IParameter[] getParameters()
IParameterSet[] getParameterSets()
IParameter getParameter(String name)
name
- The name.IParameterSet getParameterSet(String name)
name
- The name.boolean hasParameter(String name)
name
- The name.boolean hasParameterSet(String name)
name
- The name.String getType()
Copyright © 2012. All Rights Reserved.