blob: 8f667896602ebfbb37fdb8d553677c137c0fc2db [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.ejbjar.EjbJar30;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Role Name Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The role-nameType designates the name of a security role.
*
* The name must conform to the lexical rules for a token.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getRoleNameType()
* @model extendedMetaData="name='role-nameType' kind='simple'"
* @generated
*/
public interface RoleNameType extends org.eclipse.modisco.jee.ejbjar.EjbJar30.String {
} // RoleNameType