blob: c533a6f4beed57bc8eeba60fdab10e0602cb9dad [file] [log] [blame]
package org.eclipse.jst.jsf.common.runtime.internal.model.types;
public interface IClassTypeInfo
{
/**
* The fully qualified class name, i.e. java.lang.String
*
* @return the fully qualified class name in dot notation
*
*/
String getClassName();
}