org.eclipse.emf.ecp.view.spi.model
Class VElementUtil

java.lang.Object
  extended by org.eclipse.emf.ecp.view.spi.model.VElementUtil

public final class VElementUtil
extends Object

This class provides helper methods for working with VElements.

Since:
1.6
Author:
Eugen Neufeld

Method Summary
static String getCleanName(VElement vElement)
          Return the cleaned Name of the VElement.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCleanName

public static String getCleanName(VElement vElement)
Return the cleaned Name of the VElement.

Parameters:
vElement - The VElement to get the cleaned name for
Returns:
the cleaned name


Copyright © 2015. All Rights Reserved.