@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public abstract class EditingSessionContext
extends java.lang.Object
Constructor and Description |
---|
EditingSessionContext() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getAttribute(java.lang.String attr)
Gets the value of a custom attribute.
|
abstract java.util.Set<java.lang.String> |
getAttributes()
Returns the set of all attributes.
|
abstract void |
setAttribute(java.lang.String attr,
java.lang.Object value)
Sets a custom attribute for the editing session.
|
public abstract void setAttribute(java.lang.String attr, java.lang.Object value)
attr
- The attribute name.value
- The attribute value.public abstract java.lang.Object getAttribute(java.lang.String attr)
attr
- The attribute name.null
if the attribute was
not set.public abstract java.util.Set<java.lang.String> getAttributes()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.