public interface MutableMetadataElement extends MetadataElement
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serializevoid 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 descriptionvoid setProperty(java.lang.String name,
java.lang.String value)
name - Name of the property to add.value - the associated value.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.