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

All Superinterfaces:
ModelElement, Serializable

public interface TypeDeclaration
extends ModelElement

A client side view of a type declaration.

Version:
$Revision$

Method Summary
 XpdlType getXpdlType()
          Gets the XPDL specific type declaration definition object.
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId
 

Method Detail

getXpdlType

XpdlType getXpdlType()
Gets the XPDL specific type declaration definition object.

Returns:
the the XPDL specific type declaration definition object.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.