|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
W
- the write payloadpublic interface WriteExpression<W>
An expression to write.
Don't implement objects with this interface, use WriteExpressionImpl
.
Method Summary | |
---|---|
WriteBuffer |
createWriteBuffer()
The buffer that will contain the data to write. |
java.lang.String |
getName()
Name of this expression. |
WriteExpressionImpl<W> |
getWriteExpressionImpl()
The implementation of this expression. |
WriteFunction<W> |
getWriteFunction()
The function that implements this expression. |
Methods inherited from interface org.epics.pvmanager.expression.WriteExpressionList |
---|
and, getWriteExpressions |
Method Detail |
---|
java.lang.String getName()
WriteFunction<W> getWriteFunction()
WriteBuffer createWriteBuffer()
WriteExpressionImpl<W> getWriteExpressionImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |