|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.expression.WriteExpressionListImpl<W>
W
- type of the write payloadpublic class WriteExpressionListImpl<W>
Implementation class for WriteExpressionList
.
Constructor Summary | |
---|---|
WriteExpressionListImpl()
Creates a new empty expression list. |
Method Summary | |
---|---|
WriteExpressionListImpl<W> |
and(WriteExpressionList<? extends W> expressions)
Adds the given expressions to this list. |
java.util.List<WriteExpression<W>> |
getWriteExpressions()
The expressions of this list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteExpressionListImpl()
Method Detail |
---|
public final WriteExpressionListImpl<W> and(WriteExpressionList<? extends W> expressions)
WriteExpressionList
and
in interface WriteExpressionList<W>
expressions
- a list of expressions
public final java.util.List<WriteExpression<W>> getWriteExpressions()
WriteExpressionList
getWriteExpressions
in interface WriteExpressionList<W>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |