blob: 026f5dfd1d774ab216e10ae4e663f97b04058fb5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 Xored Software Inc and others.
* 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/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.core.model.index;
public interface IQ7IndexConstants {
public static final String ID = "id";
public static final String NAME = "name";
public static final String IS_EMPTY = "is_empty";
public static final String TAG = "tags";
public static final String CONTEXT_REF = "ctx_ref";
public static final String WS_LINK_REF = "ws_link";
public static final String EXTERN_REF = "extern_ref";
public static final String CONTEXT_TYPE = "context_type";
public static final String VERIFICATION_TYPE = "verification_type";
public static final String VERIFICATION_REF = "verification_ref";
}