UML Modeling Layer

com.ibm.xtools.uml.type
Interface IPseudostateElementType

All Superinterfaces:
IAdaptable, IElementType, ISpecializationType, IUMLElementType

public interface IPseudostateElementType
extends ISpecializationType, IUMLElementType

Implemented by element types that specialize the UML pseudostate type.


Method Summary
 PseudostateKind getPseudostateKind()
          Gets the kind of pseudostate.
 
Methods inherited from interface org.eclipse.gmf.runtime.emf.type.core.ISpecializationType
getEContainerDescriptor, getEditHelperAdvice, getMatcher, getMetamodelType, getSpecializedTypeIds, getSpecializedTypes, isSpecializationOf
 
Methods inherited from interface org.eclipse.gmf.runtime.emf.type.core.IElementType
canEdit, getAllSuperTypes, getDisplayName, getEClass, getEditCommand, getEditHelper, getIconURL, getId
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.gmf.runtime.emf.type.core.IElementType
canEdit, getAllSuperTypes, getDisplayName, getEClass, getEditCommand, getEditHelper, getIconURL, getId
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getPseudostateKind

PseudostateKind getPseudostateKind()
Gets the kind of pseudostate.

Returns:
the pseudostate kind

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.