All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.h5jan.core.Constants Maven / Gradle / Ivy

/*-
 *******************************************************************************
 * Copyright (c) 2019 Halliburton International, Inc.
 * 
 * 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
 *
 *******************************************************************************/
package io.github.h5jan.core;

class Constants {

	public static final String NAME 		= "name";
	public static final String COL_NAMES	= "columns";
	public static final String PATH			= "path";
	public static final String DATA_PATH	= "data";
	public static final String META 		= "meta";
	public static final String META_TYPE	= "meta_type";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy