1 19 27 28 package org.netbeans.modules.websvc.customization.model; 29 30 import org.netbeans.modules.xml.wsdl.model.ExtensibilityElement; 31 32 36 public interface EnableMIMEContent extends ExtensibilityElement{ 37 public static final String ENABLE_MIME_CONTENT_VALUE_PROPERTY = "enableMIMEContentValue"; 38 boolean isEnabled(); 39 void setEnabled(boolean enable); 40 } 41 | Popular Tags |