/* * JBoss, Home of Professional Open Source. * * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. * * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. */ package org.teiid.designer.webservice.ui; /** * Public constants. * * @since 8.0 */ public interface IUiConstants { /** * The plug-in ID where this interface is located. * * @since 4.4 */ String PLUGIN_ID = "org.teiid.designer.webservice.ui"; //$NON-NLS-1$ String PACKAGE_ID = IUiConstants.class.getPackage().getName(); String EXT_ID_PREFIX = "org.teiid.designer.webservice.ui"; //$NON-NLS-1$ String WSDL_FILE_EXTENSION = "wsdl"; //$NON-NLS-1$ }