/** * <copyright> * </copyright> * */ package org.applause.lang.applauseDsl; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Custom View</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.applause.lang.applauseDsl.CustomView#getObjclass <em>Objclass</em>}</li> * </ul> * </p> * * @see org.applause.lang.applauseDsl.ApplauseDslPackage#getCustomView() * @model * @generated */ public interface CustomView extends View { /** * Returns the value of the '<em><b>Objclass</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Objclass</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Objclass</em>' attribute. * @see #setObjclass(String) * @see org.applause.lang.applauseDsl.ApplauseDslPackage#getCustomView_Objclass() * @model * @generated */ String getObjclass(); /** * Sets the value of the '{@link org.applause.lang.applauseDsl.CustomView#getObjclass <em>Objclass</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Objclass</em>' attribute. * @see #getObjclass() * @generated */ void setObjclass(String value); } // CustomView