StructureElementAttribute Class
The base class for structure element attributes.
Declaration
public abstract class StructureElementAttribute extends JavaObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
StructureElementAttribute
StructureElementAttribute()
Initializes a new instance of the StructureElementAttribute class.
Declaration
public StructureElementAttribute()
Methods
getRevision() Method
Returns the attribute revision number.
Declaration
public int getRevision()
Returns
| Type | Description |
|---|---|
| int | An integer value that specifies the attribute revision number. |
setRevision(int value) Method
Sets the attribute revision number.
Declaration
public void setRevision(int value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | int | The revision number. |