org.eclipse.emf.cdo.common.model
Interface CDOModelConstants

All Known Implementing Classes:
CDOModelUtil

public interface CDOModelConstants

Symbolic model constants commonly used in CDO.

Since:
4.0
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Field Summary
static String BLOB_CLASS_NAME
           
static String CLOB_CLASS_NAME
           
static String CORE_PACKAGE_URI
           
static String RESOURCE_CLASS_NAME
           
static String RESOURCE_FOLDER_CLASS_NAME
           
static String RESOURCE_NODE_CLASS_NAME
           
static String RESOURCE_NODE_NAME_ATTRIBUTE
           
static String RESOURCE_PACKAGE_URI
           
static String ROOT_CLASS_NAME
           
static String TYPES_PACKAGE_URI
           
 

Field Detail

RESOURCE_NODE_NAME_ATTRIBUTE

static final String RESOURCE_NODE_NAME_ATTRIBUTE
See Also:
Constant Field Values

CORE_PACKAGE_URI

static final String CORE_PACKAGE_URI
Since:
4.0
See Also:
Constant Field Values

ROOT_CLASS_NAME

static final String ROOT_CLASS_NAME
Since:
4.0
See Also:
Constant Field Values

RESOURCE_PACKAGE_URI

static final String RESOURCE_PACKAGE_URI
Since:
4.0
See Also:
Constant Field Values

RESOURCE_NODE_CLASS_NAME

static final String RESOURCE_NODE_CLASS_NAME
Since:
4.0
See Also:
Constant Field Values

RESOURCE_FOLDER_CLASS_NAME

static final String RESOURCE_FOLDER_CLASS_NAME
Since:
4.0
See Also:
Constant Field Values

RESOURCE_CLASS_NAME

static final String RESOURCE_CLASS_NAME
Since:
4.0
See Also:
Constant Field Values

TYPES_PACKAGE_URI

static final String TYPES_PACKAGE_URI
Since:
4.0
See Also:
Constant Field Values

BLOB_CLASS_NAME

static final String BLOB_CLASS_NAME
Since:
4.0
See Also:
Constant Field Values

CLOB_CLASS_NAME

static final String CLOB_CLASS_NAME
Since:
4.0
See Also:
Constant Field Values


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.