Package | Description |
---|---|
org.opennms.netmgt.config.threshd | |
org.opennms.netmgt.threshd |
Modifier and Type | Method and Description |
---|---|
Expression[] |
Group.getExpression()
Method getExpression.Returns the contents of the collection
in an Array.
|
Expression |
Group.getExpression(int index)
Method getExpression.
|
Expression |
Group.removeExpressionAt(int index)
Method removeExpressionAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Expression> |
Group.enumerateExpression()
Method enumerateExpression.
|
List<Expression> |
Group.getExpressionCollection()
Method getExpressionCollection.Returns a reference to
'_expressionList'.
|
Iterator<Expression> |
Group.iterateExpression()
Method iterateExpression.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addExpression(Expression vExpression) |
void |
Group.addExpression(int index,
Expression vExpression) |
boolean |
Group.removeExpression(Expression vExpression)
Method removeExpression.
|
void |
Group.setExpression(Expression[] vExpressionArray) |
void |
Group.setExpression(int index,
Expression vExpression) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setExpression(List<Expression> vExpressionList)
Sets the value of '_expressionList' by copying the given
Vector.
|
void |
Group.setExpressionCollection(List<Expression> expressionList)
Deprecated.
|
Constructor and Description |
---|
ExpressionConfigWrapper(Expression expression) |
Copyright © 2017. All rights reserved.