org.eclipse.emf.cdo.server
Interface CDOServerExporter.XMLConstants

All Known Implementing Classes:
CDOServerExporter.XML, CDOServerImporter.XML
Enclosing class:
CDOServerExporter<OUT>

public static interface CDOServerExporter.XMLConstants

XML constants being used by both exporters and importers.


Field Summary
static String BLOB
           
static String BRANCH
           
static String BRANCH_ID
           
static String BRANCH_NAME
           
static String BRANCH_PARENT
           
static String BRANCH_TIME
           
static String CLOB
           
static String COMMIT
           
static String COMMIT_BRANCH
           
static String COMMIT_COMMENT
           
static String COMMIT_PREVIOUS
           
static String COMMIT_TIME
           
static String COMMIT_USER
           
static String COMMITS
           
static String FEATURE
           
static String FEATURE_ID
           
static String FEATURE_INNER_FEATURE
           
static String FEATURE_INNER_TYPE
           
static String FEATURE_NAME
           
static String FEATURE_SIZE
           
static String FEATURE_TYPE
           
static String FEATURE_VALUE
           
static String INSTANCES
           
static String LOB_ID
           
static String LOB_SIZE
           
static String LOBS
           
static String MODELS
           
static String PACKAGE_INFO
           
static String PACKAGE_INFO_URI
           
static String PACKAGE_UNIT
           
static String PACKAGE_UNIT_DATA
           
static String PACKAGE_UNIT_ID
           
static String PACKAGE_UNIT_TIME
           
static String PACKAGE_UNIT_TYPE
           
static String REPOSITORY
           
static String REPOSITORY_COMMITTED
           
static String REPOSITORY_CREATED
           
static String REPOSITORY_NAME
           
static String REPOSITORY_ROOT
           
static String REPOSITORY_UUID
           
static String REVISION
           
static String REVISION_CLASS
           
static String REVISION_CONTAINER
           
static String REVISION_FEATURE
           
static String REVISION_ID
           
static String REVISION_RESOURCE
           
static String REVISION_REVISED
           
static String REVISION_TIME
           
static String REVISION_VERSION
           
static String TYPE_BLOB
           
static String TYPE_CLOB
           
static String TYPE_FEATURE_MAP
           
 

Field Detail

REPOSITORY

static final String REPOSITORY
See Also:
Constant Field Values

REPOSITORY_NAME

static final String REPOSITORY_NAME
See Also:
Constant Field Values

REPOSITORY_UUID

static final String REPOSITORY_UUID
See Also:
Constant Field Values

REPOSITORY_ROOT

static final String REPOSITORY_ROOT
See Also:
Constant Field Values

REPOSITORY_CREATED

static final String REPOSITORY_CREATED
See Also:
Constant Field Values

REPOSITORY_COMMITTED

static final String REPOSITORY_COMMITTED
See Also:
Constant Field Values

MODELS

static final String MODELS
See Also:
Constant Field Values

PACKAGE_UNIT

static final String PACKAGE_UNIT
See Also:
Constant Field Values

PACKAGE_UNIT_ID

static final String PACKAGE_UNIT_ID
See Also:
Constant Field Values

PACKAGE_UNIT_TYPE

static final String PACKAGE_UNIT_TYPE
See Also:
Constant Field Values

PACKAGE_UNIT_TIME

static final String PACKAGE_UNIT_TIME
See Also:
Constant Field Values

PACKAGE_UNIT_DATA

static final String PACKAGE_UNIT_DATA
See Also:
Constant Field Values

PACKAGE_INFO

static final String PACKAGE_INFO
See Also:
Constant Field Values

PACKAGE_INFO_URI

static final String PACKAGE_INFO_URI
See Also:
Constant Field Values

INSTANCES

static final String INSTANCES
See Also:
Constant Field Values

BRANCH

static final String BRANCH
See Also:
Constant Field Values

BRANCH_ID

static final String BRANCH_ID
See Also:
Constant Field Values

BRANCH_NAME

static final String BRANCH_NAME
See Also:
Constant Field Values

BRANCH_TIME

static final String BRANCH_TIME
See Also:
Constant Field Values

BRANCH_PARENT

static final String BRANCH_PARENT
See Also:
Constant Field Values

REVISION

static final String REVISION
See Also:
Constant Field Values

REVISION_ID

static final String REVISION_ID
See Also:
Constant Field Values

REVISION_CLASS

static final String REVISION_CLASS
See Also:
Constant Field Values

REVISION_VERSION

static final String REVISION_VERSION
See Also:
Constant Field Values

REVISION_TIME

static final String REVISION_TIME
See Also:
Constant Field Values

REVISION_REVISED

static final String REVISION_REVISED
See Also:
Constant Field Values

REVISION_RESOURCE

static final String REVISION_RESOURCE
See Also:
Constant Field Values

REVISION_CONTAINER

static final String REVISION_CONTAINER
See Also:
Constant Field Values

REVISION_FEATURE

static final String REVISION_FEATURE
See Also:
Constant Field Values

FEATURE

static final String FEATURE
See Also:
Constant Field Values

FEATURE_NAME

static final String FEATURE_NAME
See Also:
Constant Field Values

FEATURE_TYPE

static final String FEATURE_TYPE
See Also:
Constant Field Values

FEATURE_INNER_FEATURE

static final String FEATURE_INNER_FEATURE
See Also:
Constant Field Values

FEATURE_INNER_TYPE

static final String FEATURE_INNER_TYPE
See Also:
Constant Field Values

FEATURE_VALUE

static final String FEATURE_VALUE
See Also:
Constant Field Values

FEATURE_ID

static final String FEATURE_ID
See Also:
Constant Field Values

FEATURE_SIZE

static final String FEATURE_SIZE
See Also:
Constant Field Values

TYPE_BLOB

static final String TYPE_BLOB
See Also:
Constant Field Values

TYPE_CLOB

static final String TYPE_CLOB
See Also:
Constant Field Values

TYPE_FEATURE_MAP

static final String TYPE_FEATURE_MAP
See Also:
Constant Field Values

LOBS

static final String LOBS
See Also:
Constant Field Values

LOB_ID

static final String LOB_ID
See Also:
Constant Field Values

LOB_SIZE

static final String LOB_SIZE
See Also:
Constant Field Values

BLOB

static final String BLOB
See Also:
Constant Field Values

CLOB

static final String CLOB
See Also:
Constant Field Values

COMMITS

static final String COMMITS
See Also:
Constant Field Values

COMMIT

static final String COMMIT
See Also:
Constant Field Values

COMMIT_TIME

static final String COMMIT_TIME
See Also:
Constant Field Values

COMMIT_PREVIOUS

static final String COMMIT_PREVIOUS
See Also:
Constant Field Values

COMMIT_BRANCH

static final String COMMIT_BRANCH
See Also:
Constant Field Values

COMMIT_USER

static final String COMMIT_USER
See Also:
Constant Field Values

COMMIT_COMMENT

static final String COMMIT_COMMENT
See Also:
Constant Field Values


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