/** */ package org.jboss.tools.windup.windup; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Classification</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.jboss.tools.windup.windup.Classification#getClassification <em>Classification</em>}</li> * <li>{@link org.jboss.tools.windup.windup.Classification#getDescription <em>Description</em>}</li> * </ul> * * @see org.jboss.tools.windup.windup.WindupPackage#getClassification() * @model * @generated */ public interface Classification extends Issue { /** * Returns the value of the '<em><b>Classification</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Classification</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Classification</em>' attribute. * @see #setClassification(String) * @see org.jboss.tools.windup.windup.WindupPackage#getClassification_Classification() * @model * @generated */ String getClassification(); /** * Sets the value of the '{@link org.jboss.tools.windup.windup.Classification#getClassification <em>Classification</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Classification</em>' attribute. * @see #getClassification() * @generated */ void setClassification(String value); /** * Returns the value of the '<em><b>Description</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Description</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Description</em>' attribute. * @see #setDescription(String) * @see org.jboss.tools.windup.windup.WindupPackage#getClassification_Description() * @model * @generated */ String getDescription(); /** * Sets the value of the '{@link org.jboss.tools.windup.windup.Classification#getDescription <em>Description</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Description</em>' attribute. * @see #getDescription() * @generated */ void setDescription(String value); } // Classification