blob: 71c6d1d556d2cbf3832a02194b3c497bcea04ba8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2022 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Ionut Predoaia - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.emc.yaml;
public enum YamlDataType {
STRING,
BOOLEAN,
INTEGER,
FLOAT,
DOUBLE
}