Class ComponentEditType

java.lang.Object
com.adobe.acs.commons.wcm.ComponentEditType

@ProviderType public final class ComponentEditType extends Object
This is a wrapper class that allows the "canned" list to be extends to include custom Types:

public class CustomEditTypes extends ComponentEditType { public static final Type CUSTOM = new ComponentEditType.Type("CUSTOM"); }