blob: 31137c588760389fbedc184f2f618c276dc2cdb4 [file] [log] [blame]
/**
* Copyright (c) 2016-2017 Ericsson AB
*
* 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:
* Ericsson AB - Initial API and implementation
*/
package org.eclipse.egerrit.internal.rcptt.support.egerritecl;
import org.eclipse.rcptt.ecl.core.Command;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Remove Gerrit Server</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.egerrit.internal.rcptt.support.egerritecl.RemoveGerritServer#getServerName <em>Server Name</em>}</li>
* </ul>
*
* @see org.eclipse.egerrit.internal.rcptt.support.egerritecl.egerriteclPackage#getRemoveGerritServer()
* @model
* @generated
*/
public interface RemoveGerritServer extends Command {
/**
* Returns the value of the '<em><b>Server Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Server Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Server Name</em>' attribute.
* @see #setServerName(String)
* @see org.eclipse.egerrit.internal.rcptt.support.egerritecl.egerriteclPackage#getRemoveGerritServer_ServerName()
* @model
* @generated
*/
String getServerName();
/**
* Sets the value of the '{@link org.eclipse.egerrit.internal.rcptt.support.egerritecl.RemoveGerritServer#getServerName <em>Server Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Server Name</em>' attribute.
* @see #getServerName()
* @generated
*/
void setServerName(String value);
} // RemoveGerritServer