public enum PluginType extends Enum<PluginType>
public static final PluginType SOURCE
public static final PluginType TRANSFORM
public static final PluginType SINK
public static PluginType[] values()
for (PluginType c : PluginType.values()) System.out.println(c);
public static PluginType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getType()
Copyright © 2023 The Apache Software Foundation. All rights reserved.