org.eclipse.stardust.engine.api.model
Interface Data

All Superinterfaces:
ModelElement, Serializable

public interface Data
extends ModelElement

A client side view of a data definition.

Version:
$Revision$

Method Summary
 org.eclipse.stardust.engine.api.model.Reference getReference()
          Retrieves a reference to an external type declaration.
 String getTypeId()
          Retrieves the type of the data as defined in the model.
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId
 

Method Detail

getTypeId

String getTypeId()
Retrieves the type of the data as defined in the model.

Returns:
a string representing the type of the data

getReference

org.eclipse.stardust.engine.api.model.Reference getReference()
Retrieves a reference to an external type declaration.

Returns:
the reference


Copyright © 2017 Eclipse Stardust. All Rights Reserved.