com.tibco.rta.model.mutable
Interface MutableMetadataElement

All Superinterfaces:
MetadataElement, java.io.Serializable
All Known Subinterfaces:
MutableCube, MutableDimensionHierarchy, MutableMeasurement, MutableMetricDescriptor, MutableRtaSchema

public interface MutableMetadataElement
extends MetadataElement

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

setName

void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

setDisplayName

void setDisplayName(java.lang.String displayName)
Sets the display name.

Parameters:
name - the new display name

setDescription

void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

setProperty

void setProperty(java.lang.String name,
                 java.lang.String value)
Set a property for this metadataelement. An extension mechanism to add loose properties to the model that can be interpreted in a certain way by the server.

Parameters:
name - Name of the property to add.
value - the associated value.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.