blob: 3986246cb7024f1e61242be8f9350c27f8defd7b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Soft-Maint.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Jonathan Pepin (Soft-Maint) - Bug 463907 - Command for load and save Facet serialization
*******************************************************************************/
package org.eclipse.emf.facet.efacet.ui.internal.exported.widget;
import org.eclipse.emf.common.util.URI;
public interface IUriWidget {
URI getURI();
void setURI(URI uri);
}