org.eclipse.emf.mwe.internal.core.util
Class ComponentPrinter

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.core.util.ComponentPrinter

public class ComponentPrinter
extends java.lang.Object


Constructor Summary
ComponentPrinter()
           
 
Method Summary
static java.lang.String getContainerName(WorkflowComponent comp)
           
static java.lang.String getElementName(WorkflowComponent comp)
           
static java.lang.String getShortString(WorkflowComponent comp)
           
static java.lang.String getString(WorkflowComponent comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentPrinter

public ComponentPrinter()
Method Detail

getString

public static java.lang.String getString(WorkflowComponent comp)

getShortString

public static java.lang.String getShortString(WorkflowComponent comp)

getContainerName

public static java.lang.String getContainerName(WorkflowComponent comp)

getElementName

public static java.lang.String getElementName(WorkflowComponent comp)