|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataElement
An abstraction of a model element. All model interfaces inherit this.
Method Summary | ||
---|---|---|
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()
|
|
|
serialize(S serializer)
Serialize model to a format specified by the serializer |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |