blob: 541899ee0e1b8a7bad0c6b95eeaa62c67e676bb6 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package lobj;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Userauthorization</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link lobj.Userauthorization#getUser <em>User</em>}</li>
* <li>{@link lobj.Userauthorization#getAuthType <em>Auth Type</em>}</li>
* <li>{@link lobj.Userauthorization#getId <em>Id</em>}</li>
* </ul>
* </p>
*
* @see lobj.LobjPackage#getUserauthorization()
* @model extendedMetaData="kind='elementOnly'"
* @generated
*/
public interface Userauthorization extends EObject {
/**
* Returns the value of the '<em><b>User</b></em>' reference. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>User</em>' reference isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>User</em>' reference.
* @see #setUser(User)
* @see lobj.LobjPackage#getUserauthorization_User()
* @model extendedMetaData="kind='element' namespace='##targetNamespace'"
* annotation="http://annotation.elver.org/Indexed value='false'"
* @generated
*/
User getUser();
/**
* Sets the value of the '{@link lobj.Userauthorization#getUser <em>User</em>}' reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>User</em>' reference.
* @see #getUser()
* @generated
*/
void setUser(User value);
/**
* Returns the value of the '<em><b>Auth Type</b></em>' reference. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Auth Type</em>' reference isn't clear, there really should be more
* of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Auth Type</em>' reference.
* @see #setAuthType(AuthorizationTypes)
* @see lobj.LobjPackage#getUserauthorization_AuthType()
* @model extendedMetaData="kind='element' namespace='##targetNamespace'"
* annotation="http://annotation.elver.org/Indexed value='false'"
* @generated
*/
AuthorizationTypes getAuthType();
/**
* Sets the value of the '{@link lobj.Userauthorization#getAuthType <em>Auth Type</em>}'
* reference. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Auth Type</em>' reference.
* @see #getAuthType()
* @generated
*/
void setAuthType(AuthorizationTypes value);
/**
* Returns the value of the '<em><b>Id</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see lobj.LobjPackage#getUserauthorization_Id()
* @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true"
* extendedMetaData="kind='attribute'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link lobj.Userauthorization#getId <em>Id</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
} // Userauthorization