blob: 01b59cd9310fd31d411e2ef01c4b6d202e1b1e3a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2022 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr
* Fadwa Tmar (CEA LIST) fadwa.tmar@cea.fr
*******************************************************************************/
/**
*/
package org.eclipse.papyrus.opcua.opcuaprofile.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.opcua.opcuaprofile.KeyCredentialConfigurationType;
import org.eclipse.papyrus.opcua.opcuaprofile.OPCUAProfilePackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Key Credential Configuration Type</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class KeyCredentialConfigurationTypeImpl extends BaseObjectTypeImpl implements KeyCredentialConfigurationType {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected KeyCredentialConfigurationTypeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return OPCUAProfilePackage.Literals.KEY_CREDENTIAL_CONFIGURATION_TYPE;
}
} //KeyCredentialConfigurationTypeImpl