public interface MetadataElement
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getDisplayName()
Gets the display name.
|
java.lang.String |
getName()
Gets the name.
|
RtaSchema |
getOwnerSchema()
Get the owner schema associated with this model element.
|
java.lang.String |
getProperty(java.lang.String name)
A metadata element can have some well-defined properties that can be used by runtime in a certain way.
|
java.util.Collection<java.lang.String> |
getPropertyNames() |
<T extends com.tibco.rta.model.serialize.SerializationTarget,S extends com.tibco.rta.model.serialize.ModelSerializer<T>> |
serialize(S serializer)
Serialize model to a format specified by the serializer
|
RtaSchema getOwnerSchema()
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
<T extends com.tibco.rta.model.serialize.SerializationTarget,S extends com.tibco.rta.model.serialize.ModelSerializer<T>> void serialize(S serializer)
T
- - Bounded Type indicating anything that implements this interface.serializer
- java.lang.String getProperty(java.lang.String name)
name
- java.util.Collection<java.lang.String> getPropertyNames()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.