/** DOC ggu class global comment. Detailled comment */
public class ExampleDemoRepositoryNodeType {

  /**
   * this value is same the attribute "type" of extension point
   * "org.talend.core.repository.repository_node_provider"
   */
  public static final String EXAMPLE_DEMO = "EXAMPLE_DEMO"; // $NON-NLS-1$

  public static ERepositoryObjectType repositoryExampleDemoType =
      ERepositoryObjectType.valueOf(ERepositoryObjectType.class, EXAMPLE_DEMO);

  public static final String EXTENDED_EXAMPLE_DEMO = "EXTENDED_EXAMPLE_DEMO"; // $NON-NLS-1$

  public static ERepositoryObjectType repositoryExtendedExampleDemoType =
      ERepositoryObjectType.valueOf(ERepositoryObjectType.class, EXTENDED_EXAMPLE_DEMO);
}
/** DOC ycbai class global comment. Detailled comment */
public class HDFSRepositoryNodeType {

  public static ERepositoryObjectType HDFS =
      ERepositoryObjectType.valueOf(ERepositoryObjectType.class, "HDFS"); // $NON-NLS-1$
}