blob: 977dcbe5e598e9098353bd3b65ed7923bd22c98a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ALL4TEC & CEA LIST - initial API and implementation
******************************************************************************/
package org.polarsys.esf.safetyreq.profile.service.types.set;
/**
* ESFSafetyRequirements types set.
*
* @author $Author: ymunoz $
* @version $Revision: 168 $
*/
public final class ESFSafetyRequirementsTypesSet {
/** Specialized Types ID of SSafetyRequirement. */
public static final String SSAFETYREQUIREMENT_TYPE_ID =
"org.polarsys.esf.ESFSafetyRequirements.SSafetyRequirement"; //$NON-NLS-1$
/**
* Default constructor, private as it's a utility class.
*/
private ESFSafetyRequirementsTypesSet() {
// Nothing to do
}
}