/******************************************************************************* * 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.table; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Data Pilot Field Reference Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getFieldName <em>Field Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getMemberName <em>Member Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getMemberType <em>Member Type</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getType <em>Type</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getDataPilotFieldReferenceType() * @model extendedMetaData="name='data-pilot-field-reference_._type' kind='empty'" * @generated */ public interface DataPilotFieldReferenceType extends EObject { /** * Returns the value of the '<em><b>Field Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Field 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>Field Name</em>' attribute. * @see #setFieldName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getDataPilotFieldReferenceType_FieldName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" required="true" * extendedMetaData="kind='attribute' name='field-name' namespace='##targetNamespace'" * @generated */ String getFieldName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getFieldName <em>Field Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Field Name</em>' attribute. * @see #getFieldName() * @generated */ void setFieldName(String value); /** * Returns the value of the '<em><b>Member Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Member 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>Member Name</em>' attribute. * @see #setMemberName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getDataPilotFieldReferenceType_MemberName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='member-name' namespace='##targetNamespace'" * @generated */ String getMemberName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getMemberName <em>Member Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Member Name</em>' attribute. * @see #getMemberName() * @generated */ void setMemberName(String value); /** * Returns the value of the '<em><b>Member Type</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.table.MemberTypeType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Member Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Member Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.MemberTypeType * @see #isSetMemberType() * @see #unsetMemberType() * @see #setMemberType(MemberTypeType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getDataPilotFieldReferenceType_MemberType() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='member-type' namespace='##targetNamespace'" * @generated */ MemberTypeType getMemberType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getMemberType <em>Member Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Member Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.MemberTypeType * @see #isSetMemberType() * @see #unsetMemberType() * @see #getMemberType() * @generated */ void setMemberType(MemberTypeType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getMemberType <em>Member Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMemberType() * @see #getMemberType() * @see #setMemberType(MemberTypeType) * @generated */ void unsetMemberType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getMemberType <em>Member Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Member Type</em>' attribute is set. * @see #unsetMemberType() * @see #getMemberType() * @see #setMemberType(MemberTypeType) * @generated */ boolean isSetMemberType(); /** * Returns the value of the '<em><b>Type</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.table.TypeType1}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.TypeType1 * @see #isSetType() * @see #unsetType() * @see #setType(TypeType1) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getDataPilotFieldReferenceType_Type() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'" * @generated */ TypeType1 getType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.TypeType1 * @see #isSetType() * @see #unsetType() * @see #getType() * @generated */ void setType(TypeType1 value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetType() * @see #getType() * @see #setType(TypeType1) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.DataPilotFieldReferenceType#getType <em>Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Type</em>' attribute is set. * @see #unsetType() * @see #getType() * @see #setType(TypeType1) * @generated */ boolean isSetType(); } // DataPilotFieldReferenceType