|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableMetadataElement
An abstraction of a model element. All model interfaces inherit this.
| Method Summary | |
|---|---|
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Set a property for this metadataelement. |
| Methods inherited from interface com.tibco.rta.model.MetadataElement |
|---|
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize |
| Method Detail |
|---|
void setName(java.lang.String name)
name - the new namevoid setDisplayName(java.lang.String displayName)
name - the new display namevoid setDescription(java.lang.String description)
description - the new description
void setProperty(java.lang.String name,
java.lang.String value)
name - Name of the property to add.value - the associated value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||