public abstract class PluginModelObject extends Object
This class may be subclassed.
Constructor and Description |
---|
PluginModelObject()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
assertIsWriteable()
Deprecated.
Checks that this model object is writeable.
|
String |
getName()
Deprecated.
Returns the name of this element.
|
int |
getStartLine()
Deprecated.
Return the line number for the start tag for this plug-in object.
|
boolean |
isReadOnly()
Deprecated.
Returns whether or not this model object is read-only.
|
void |
markReadOnly()
Deprecated.
Sets this model object and all of its descendents to be read-only.
|
void |
setLocalizedName(String value)
Deprecated.
Optimization to replace a non-localized key with its localized value.
|
void |
setName(String value)
Deprecated.
Sets the name of this element.
|
void |
setStartLine(int lineNumber)
Deprecated.
Set the line number for the start tag for this plug-in object.
|
String |
toString()
Deprecated.
Return a string representation of this object.
|
protected void assertIsWriteable()
public String getName()
null
public int getStartLine()
public boolean isReadOnly()
true
if this model object is read-only,
false
otherwisemarkReadOnly()
public void markReadOnly()
isReadOnly()
public void setLocalizedName(String value)
value
- the localized name of this model objectpublic void setName(String value)
value
- the new name of this element. May be null
.public void setStartLine(int lineNumber)
lineNumber
- the line number of this object's declaration in the filepublic String toString()
toString
in class Object
Object.toString()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.