public interface WriteAttributeEvent extends AttributeEvent
Modifier and Type | Method and Description |
---|---|
void |
defaultWriteAttribute()
Writes the value returned by
getAttributeWriteValue() to the
attribute. |
void |
defaultWriteAttribute(java.lang.String value)
Writes the specified value to the attribute.
|
java.lang.String |
getAttributeWriteValue()
Gets the value to be written to the attribute.
|
getAttributeMetaData, getAttributeName, getTerminalRegion
getEntityName, getTabStops
getHostSession
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment
java.lang.String getAttributeWriteValue()
void defaultWriteAttribute() throws ApptrieveException
getAttributeWriteValue()
to the
attribute. The prepending, appending and padding of spaces will be
performed as defined in the model. Any before, underfill and after
operations defined on the attribute will be executed.ApptrieveException
- if the write failsvoid defaultWriteAttribute(java.lang.String value) throws ApptrieveException
value
- the value to writeApptrieveException
- if the write fails