|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getName()
Returns the name of this element. |
java.lang.String |
getNamedExpression(java.lang.String name)
|
IDesignElement |
getParent()
Return the parent of this element |
java.lang.String |
getQualifiedName()
Gets the name of this element. |
IScriptStyleDesign |
getStyle()
|
java.lang.Object |
getUserProperty(java.lang.String name)
|
void |
setName(java.lang.String name)
Sets the name of this element. |
void |
setNamedExpression(java.lang.String name,
java.lang.String exp)
|
void |
setUserProperty(java.lang.String name,
java.lang.Object value,
java.lang.String type)
|
void |
setUserProperty(java.lang.String name,
java.lang.String value)
|
Method Detail |
public IScriptStyleDesign getStyle()
public java.lang.String getName()
null
if the
element does not have a name. Many elements do not require a name. The
name does not inherit. If this element does not have a name, it will not
inherit the name of its parent element.
public java.lang.String getQualifiedName()
getName()
, plus the namespace of the module that the
elment is contained, if any. If the element is existed in the current
module,this method and getName()
will return identical
results.
public void setName(java.lang.String name) throws ScriptException
null
, then
the name is cleared if this element does not require a name.
name
- the new name
ScriptException
- if the name is duplicate, or if the name is null
and this element requires a name.public java.lang.String getNamedExpression(java.lang.String name)
public void setNamedExpression(java.lang.String name, java.lang.String exp) throws ScriptException
ScriptException
public java.lang.Object getUserProperty(java.lang.String name)
public void setUserProperty(java.lang.String name, java.lang.String value) throws ScriptException
ScriptException
public void setUserProperty(java.lang.String name, java.lang.Object value, java.lang.String type) throws ScriptException
ScriptException
public IDesignElement getParent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |