imakerplugin/com.nokia.s60tools.imaker/src/com/nokia/s60tools/imaker/internal/iqrf/ConfigurationElement.java
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
/*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
* All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
* This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
* which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
* Initial Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
* Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
* Description:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
*/
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
package com.nokia.s60tools.imaker.internal.iqrf;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
import org.eclipse.emf.ecore.EObject;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
 * A representation of the model object '<em><b>Configuration Element</b></em>'.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
 *
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
 * The following features are supported:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
 * <ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
 *   <li>{@link com.nokia.s60tools.imaker.internal.iqrf.ConfigurationElement#getName <em>Name</em>}</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
 *   <li>{@link com.nokia.s60tools.imaker.internal.iqrf.ConfigurationElement#getDescription <em>Description</em>}</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
 *   <li>{@link com.nokia.s60tools.imaker.internal.iqrf.ConfigurationElement#getValues <em>Values</em>}</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
 * </ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
 *
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
 * @see com.nokia.s60tools.imaker.internal.iqrf.IQRFPackage#getConfigurationElement()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
public interface ConfigurationElement extends EObject {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
	 * Returns the value of the '<em><b>Name</b></em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
	 * If the meaning of the '<em>Name</em>' attribute isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
	 * @return the value of the '<em>Name</em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
	 * @see #setName(String)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
	 * @see com.nokia.s60tools.imaker.internal.iqrf.IQRFPackage#getConfigurationElement_Name()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
	 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
	String getName();
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
	 * Sets the value of the '{@link com.nokia.s60tools.imaker.internal.iqrf.ConfigurationElement#getName <em>Name</em>}' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
	 * @param value the new value of the '<em>Name</em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
	 * @see #getName()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
	void setName(String value);
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    68
	 * Returns the value of the '<em><b>Description</b></em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    69
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    70
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
	 * If the meaning of the '<em>Description</em>' attribute isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
	 * @return the value of the '<em>Description</em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
	 * @see #setDescription(String)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
	 * @see com.nokia.s60tools.imaker.internal.iqrf.IQRFPackage#getConfigurationElement_Description()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    78
	 * @model
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    80
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    81
	String getDescription();
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    82
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    83
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    84
	 * Sets the value of the '{@link com.nokia.s60tools.imaker.internal.iqrf.ConfigurationElement#getDescription <em>Description</em>}' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    85
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    86
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    87
	 * @param value the new value of the '<em>Description</em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    88
	 * @see #getDescription()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    89
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    90
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    91
	void setDescription(String value);
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    92
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    93
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    94
	 * Returns the value of the '<em><b>Values</b></em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    95
	 * The default value is <code>""</code>.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    96
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    97
	 * <p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    98
	 * If the meaning of the '<em>Values</em>' attribute isn't clear,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    99
	 * there really should be more of a description here...
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   100
	 * </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   101
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   102
	 * @return the value of the '<em>Values</em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   103
	 * @see #setValues(String)
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   104
	 * @see com.nokia.s60tools.imaker.internal.iqrf.IQRFPackage#getConfigurationElement_Values()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   105
	 * @model default=""
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   106
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   107
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   108
	String getValues();
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   109
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   110
	/**
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   111
	 * Sets the value of the '{@link com.nokia.s60tools.imaker.internal.iqrf.ConfigurationElement#getValues <em>Values</em>}' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   112
	 * <!-- begin-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   113
	 * <!-- end-user-doc -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   114
	 * @param value the new value of the '<em>Values</em>' attribute.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   115
	 * @see #getValues()
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   116
	 * @generated
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   117
	 */
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   118
	void setValues(String value);
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   119
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   120
} // ConfigurationElement