/** * Copyright (c) 2011-2012 Obeo. * 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: * Obeo - initial API and implementation * */ package org.obeonetwork.dsl.togaf.contentfwk.contentfwk; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Principle</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * The following categories of principle apply: Guiding Principle, Business Principle, Data Principle, Application Principle, Integration Principle, Technology Principle. * <!-- end-model-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getPrincipleCategory <em>Principle Category</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getPriority <em>Priority</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getStatementOfPrinciple <em>Statement Of Principle</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getRationale <em>Rationale</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getImplication <em>Implication</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getMetric <em>Metric</em>}</li> * </ul> * </p> * * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple() * @model * @generated */ public interface Principle extends StrategicElement { /** * Returns the value of the '<em><b>Principle Category</b></em>' attribute. * The literals are from the enumeration {@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.PrincipleCategory}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Principle Category</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Principle Category</em>' attribute. * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.PrincipleCategory * @see #setPrincipleCategory(PrincipleCategory) * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple_PrincipleCategory() * @model required="true" * @generated */ PrincipleCategory getPrincipleCategory(); /** * Sets the value of the '{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getPrincipleCategory <em>Principle Category</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Principle Category</em>' attribute. * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.PrincipleCategory * @see #getPrincipleCategory() * @generated */ void setPrincipleCategory(PrincipleCategory value); /** * Returns the value of the '<em><b>Priority</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * Priority of this principle relative to other principles. * <!-- end-model-doc --> * @return the value of the '<em>Priority</em>' attribute. * @see #setPriority(String) * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple_Priority() * @model * @generated */ String getPriority(); /** * Sets the value of the '{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getPriority <em>Priority</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Priority</em>' attribute. * @see #getPriority() * @generated */ void setPriority(String value); /** * Returns the value of the '<em><b>Statement Of Principle</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * Statement of what the principle is. * <!-- end-model-doc --> * @return the value of the '<em>Statement Of Principle</em>' attribute. * @see #setStatementOfPrinciple(String) * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple_StatementOfPrinciple() * @model * @generated */ String getStatementOfPrinciple(); /** * Sets the value of the '{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getStatementOfPrinciple <em>Statement Of Principle</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Statement Of Principle</em>' attribute. * @see #getStatementOfPrinciple() * @generated */ void setStatementOfPrinciple(String value); /** * Returns the value of the '<em><b>Rationale</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * Statement of why the principle is required and the outcome to be reached. * <!-- end-model-doc --> * @return the value of the '<em>Rationale</em>' attribute. * @see #setRationale(String) * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple_Rationale() * @model * @generated */ String getRationale(); /** * Sets the value of the '{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getRationale <em>Rationale</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rationale</em>' attribute. * @see #getRationale() * @generated */ void setRationale(String value); /** * Returns the value of the '<em><b>Implication</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * Statement of what the principle means in practical terms. * <!-- end-model-doc --> * @return the value of the '<em>Implication</em>' attribute. * @see #setImplication(String) * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple_Implication() * @model * @generated */ String getImplication(); /** * Sets the value of the '{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getImplication <em>Implication</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Implication</em>' attribute. * @see #getImplication() * @generated */ void setImplication(String value); /** * Returns the value of the '<em><b>Metric</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * Identifies mechanisms that will be used to measure whether the principle has been met or not. * <!-- end-model-doc --> * @return the value of the '<em>Metric</em>' attribute. * @see #setMetric(String) * @see org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage#getPrinciple_Metric() * @model * @generated */ String getMetric(); /** * Sets the value of the '{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Principle#getMetric <em>Metric</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Metric</em>' attribute. * @see #getMetric() * @generated */ void setMetric(String value); } // Principle