org.eclipse.emf.emfstore.internal.server.model.versioning.impl.persistent
Class XmlTags

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.server.model.versioning.impl.persistent.XmlTags

public final class XmlTags
extends Object

Author:
emueller

Field Summary
static String CHANGE_PACKAGE_END
          Change package closing tag.
static String CHANGE_PACKAGE_START
          Change package opening tag.
static String CHANGE_PACKAGE_START_WITH_NEWLINE
          Change package opening tag with newline.
static String NEWLINE
          Newline constant.
static String OPERATIONS_END_TAG
          Operations closing tag (</operations>).
static String OPERATIONS_START_TAG
          Operations opening tag (<operations>).
static String SUB_OPERATIONS_END_TAG
          Sub operations closing tag (</subOperations>).
static String XML_HEADER
          XML header.
static String XML_RESOURCE_WITH_EOBJECT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEWLINE

public static final String NEWLINE
Newline constant.

See Also:
Constant Field Values

XML_HEADER

public static final String XML_HEADER
XML header.

See Also:
Constant Field Values

CHANGE_PACKAGE_START

public static final String CHANGE_PACKAGE_START
Change package opening tag.

See Also:
Constant Field Values

CHANGE_PACKAGE_START_WITH_NEWLINE

public static final String CHANGE_PACKAGE_START_WITH_NEWLINE
Change package opening tag with newline.

See Also:
Constant Field Values

CHANGE_PACKAGE_END

public static final String CHANGE_PACKAGE_END
Change package closing tag.

See Also:
Constant Field Values

OPERATIONS_START_TAG

public static final String OPERATIONS_START_TAG
Operations opening tag (<operations>).

See Also:
Constant Field Values

OPERATIONS_END_TAG

public static final String OPERATIONS_END_TAG
Operations closing tag (</operations>).

See Also:
Constant Field Values

SUB_OPERATIONS_END_TAG

public static final String SUB_OPERATIONS_END_TAG
Sub operations closing tag (</subOperations>).

See Also:
Constant Field Values

XML_RESOURCE_WITH_EOBJECT

public static final String XML_RESOURCE_WITH_EOBJECT
See Also:
Constant Field Values


Copyright © 2016. All Rights Reserved.