blob: 5007c043fabe4178b073c85f338388a49fc17348 [file] [log] [blame]
// *****************************************************************************
// Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
// 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:
// Regent L'Archeveque - initial API and implementation
//
// SPDX-License-Identifier: EPL-1.0
// *****************************************************************************
@GenModel(prefix="ApogyWorkspaceUi",
childCreationExtenders="true",
extensibleProviderFactory="true",
copyrightText="*******************************************************************************
Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
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:
Regent L'Archeveque - initial API and implementation
SPDX-License-Identifier: EPL-1.0
*******************************************************************************",
modelName="ApogyWorkspaceUi")
@GenModel(dynamicTemplates="true", templateDirectory="platform:/plugin/org.eclipse.apogy.common.emf.codegen/templates")
@GenModel(modelDirectory="/org.eclipse.apogy.workspace.ui/src-gen")
@GenModel(editDirectory="/org.eclipse.apogy.workspace.ui/src-gen")
package org.eclipse.apogy.workspace.ui
import org.eclipse.apogy.common.emf.Named
import org.eclipse.apogy.common.emf.Described
import org.eclipse.core.resources.IProject
import org.eclipse.apogy.common.Apogy
/* Types definitions. */
type IProject wraps IProject
/*
* Apogy Workspace Ui Facade.
*/
@Apogy(isSingleton="true", hasCustomClass="true")
class ApogyWorkspaceUiFacade{
}
/*
* Class used to contain the settings used to create the new project.
*/
@Apogy(hasCustomClass="true")
class NewProjectSettings extends Named, Described{
/*
* Applies and sets the default values.
*/
op void applyDefaultValues()
}