/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * 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: * Software Technology Group - TU Dresden, Germany; * DevBoost GmbH - Berlin, Germany * - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id$ */ package org.oasisopen.names.tc.opendocument.xmlns.form; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Column Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getColumnControlsGroup <em>Column Controls Group</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getColumnControls <em>Column Controls</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getControlImplementation <em>Control Implementation</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getLabel <em>Label</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getName <em>Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getTextStyleName <em>Text Style Name</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType() * @model extendedMetaData="name='column_._type' kind='elementOnly'" * @generated */ public interface ColumnType extends EObject { /** * Returns the value of the '<em><b>Column Controls Group</b></em>' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Column Controls Group</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Column Controls Group</em>' attribute list. * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType_ColumnControlsGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="true" * extendedMetaData="kind='group' name='column-controls:group' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0'" * @generated */ FeatureMap getColumnControlsGroup(); /** * Returns the value of the '<em><b>Column Controls</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.emf.ecore.EObject}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Column Controls</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Column Controls</em>' containment reference list. * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType_ColumnControls() * @model containment="true" required="true" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='column-controls' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0' group='urn:oasis:names:tc:opendocument:xmlns:text:1.0#column-controls:group'" * @generated */ EList<EObject> getColumnControls(); /** * Returns the value of the '<em><b>Control Implementation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Control Implementation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Control Implementation</em>' attribute. * @see #setControlImplementation(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType_ControlImplementation() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.NamespacedToken" * extendedMetaData="kind='attribute' name='control-implementation' namespace='##targetNamespace'" * @generated */ String getControlImplementation(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getControlImplementation <em>Control Implementation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Control Implementation</em>' attribute. * @see #getControlImplementation() * @generated */ void setControlImplementation(String value); /** * Returns the value of the '<em><b>Label</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Label</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Label</em>' attribute. * @see #setLabel(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType_Label() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='label' namespace='##targetNamespace'" * @generated */ String getLabel(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getLabel <em>Label</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Label</em>' attribute. * @see #getLabel() * @generated */ void setLabel(String value); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>Name</em>' attribute. * @see #setName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType_Name() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" * @generated */ String getName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Text Style Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Style 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>Text Style Name</em>' attribute. * @see #setTextStyleName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getColumnType_TextStyleName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.form.TextStyleNameType" * extendedMetaData="kind='attribute' name='text-style-name' namespace='##targetNamespace'" * @generated */ String getTextStyleName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.ColumnType#getTextStyleName <em>Text Style Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Style Name</em>' attribute. * @see #getTextStyleName() * @generated */ void setTextStyleName(String value); } // ColumnType