blob: 0065179a883edbda0fa774363d72f4fec7d844ee [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 - 2018 Orange.
* 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:
* BAREAU Cyrille <cyrille.bareau@orange.com>,
* BONNARDEL Gregory <gbonnardel.ext@orange.com>,
*******************************************************************************/
package org.eclipse.om2m.persistence.mongodb;
public interface Constants {
String RES_ID = "ResourceID";
String RES_TYPE = "ResourceType";
String HIERARCHICAL_URI = "HierarchicalURI";
String ORIG_ID = "OriginatorID";
String PARENT_ID = "ParentID";
String REMOTE_CSE_ID = "RemoteCseId";
String MGMT_DEF = "MgmtDefinition";
}