org.eclipse.jst.jsf.metadataprocessors.internal.provisional
Interface IType


public interface IType

Interface representing the information contained by the type registries. Encapsulates the IConfigurationElement information.


Method Summary
 java.lang.String getBundleID()
           
 java.lang.String getClassName()
           
 java.lang.String getTypeID()
           
 

Method Detail

getTypeID

public java.lang.String getTypeID()

getBundleID

public java.lang.String getBundleID()

getClassName

public java.lang.String getClassName()