org.eclipse.emf.emfstore.internal.server.core.helper
Enum EmfStoreMethod.MethodId

java.lang.Object
  extended by java.lang.Enum<EmfStoreMethod.MethodId>
      extended by org.eclipse.emf.emfstore.internal.server.core.helper.EmfStoreMethod.MethodId
All Implemented Interfaces:
Serializable, Comparable<EmfStoreMethod.MethodId>
Enclosing class:
EmfStoreMethod

public static enum EmfStoreMethod.MethodId
extends Enum<EmfStoreMethod.MethodId>

the operation methodId, e.g. getproject


Enum Constant Summary
ADDTAG
           
CREATEEMPTYPROJECT
           
CREATEPROJECT
           
CREATEVERSION
           
DELETEPROJECT
           
DOWNLOADFILECHUNK
           
EXPORTPROJECTHISTORYFROMSERVER
           
GETBRANCHES
           
GETCHANGES
           
GETEMFPROPERTIES
           
GETHISTORYINFO
           
GETPROJECT
           
GETPROJECTLIST
          The method types.
GETVERSION
           
IMPORTPROJECTHISTORYTOSERVER
           
REGISTEREPACKAGE
           
REMOVETAG
           
RESOLVEUSER
           
RESOLVEVERSIONSPEC
           
SETEMFPROPERTIES
           
TRANSMITPROPERTY
           
UPLOADFILECHUNK
           
 
Method Summary
static EmfStoreMethod.MethodId valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EmfStoreMethod.MethodId[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GETPROJECTLIST

public static final EmfStoreMethod.MethodId GETPROJECTLIST
The method types.


GETPROJECT

public static final EmfStoreMethod.MethodId GETPROJECT

CREATEVERSION

public static final EmfStoreMethod.MethodId CREATEVERSION

RESOLVEVERSIONSPEC

public static final EmfStoreMethod.MethodId RESOLVEVERSIONSPEC

GETCHANGES

public static final EmfStoreMethod.MethodId GETCHANGES

GETHISTORYINFO

public static final EmfStoreMethod.MethodId GETHISTORYINFO

ADDTAG

public static final EmfStoreMethod.MethodId ADDTAG

REMOVETAG

public static final EmfStoreMethod.MethodId REMOVETAG

CREATEEMPTYPROJECT

public static final EmfStoreMethod.MethodId CREATEEMPTYPROJECT

CREATEPROJECT

public static final EmfStoreMethod.MethodId CREATEPROJECT

DELETEPROJECT

public static final EmfStoreMethod.MethodId DELETEPROJECT

RESOLVEUSER

public static final EmfStoreMethod.MethodId RESOLVEUSER

IMPORTPROJECTHISTORYTOSERVER

public static final EmfStoreMethod.MethodId IMPORTPROJECTHISTORYTOSERVER

EXPORTPROJECTHISTORYFROMSERVER

public static final EmfStoreMethod.MethodId EXPORTPROJECTHISTORYFROMSERVER

UPLOADFILECHUNK

public static final EmfStoreMethod.MethodId UPLOADFILECHUNK

DOWNLOADFILECHUNK

public static final EmfStoreMethod.MethodId DOWNLOADFILECHUNK

TRANSMITPROPERTY

public static final EmfStoreMethod.MethodId TRANSMITPROPERTY

SETEMFPROPERTIES

public static final EmfStoreMethod.MethodId SETEMFPROPERTIES

GETEMFPROPERTIES

public static final EmfStoreMethod.MethodId GETEMFPROPERTIES

REGISTEREPACKAGE

public static final EmfStoreMethod.MethodId REGISTEREPACKAGE

GETBRANCHES

public static final EmfStoreMethod.MethodId GETBRANCHES

GETVERSION

public static final EmfStoreMethod.MethodId GETVERSION
Method Detail

values

public static EmfStoreMethod.MethodId[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EmfStoreMethod.MethodId c : EmfStoreMethod.MethodId.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EmfStoreMethod.MethodId valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2015. All Rights Reserved.