blob: 3991c90d8076e26a4fe922fbd8105cb6be8057eb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 KPIT Technologies.
*
* 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
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Jan Mauersberger- initial API and implementation
* Sascha Baumgart- initial API and implementation
*******************************************************************************/
/**
*/
package claimtypes.impl;
import claimtypes.ClaimtypesPackage;
import claimtypes.SentenceStructure;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.internal.cdo.CDOObjectImpl;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Sentence Structure</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link claimtypes.impl.SentenceStructureImpl#getContent <em>Content</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class SentenceStructureImpl extends CDOObjectImpl implements SentenceStructure {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected SentenceStructureImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ClaimtypesPackage.Literals.SENTENCE_STRUCTURE;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected int eStaticFeatureCount() {
return 0;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getContent() {
return (String)eGet(ClaimtypesPackage.Literals.SENTENCE_STRUCTURE__CONTENT, true);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setContent(String newContent) {
eSet(ClaimtypesPackage.Literals.SENTENCE_STRUCTURE__CONTENT, newContent);
}
} //SentenceStructureImpl