org.eclipse.emf.emfstore.server.auth
Enum ESMethod.MethodId

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

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

the operation methodId, e.g. getproject


Enum Constant Summary
ADDTAG
           
CREATEEMPTYPROJECT
           
CREATEPROJECT
           
CREATEVERSION
           
DELETEPROJECT
           
DOWNLOADCHANGEPACKAGEFRAGMENT
           
DOWNLOADFILECHUNK
           
EXPORTPROJECTHISTORYFROMSERVER
           
GETBRANCHES
           
GETCHANGES
           
GETEMFPROPERTIES
           
GETHISTORYINFO
           
GETPROJECT
           
GETPROJECTLIST
          The method types.
GETVERSION
           
IMPORTPROJECTHISTORYTOSERVER
           
REGISTEREPACKAGE
           
REMOVETAG
           
RESOLVEUSER
           
RESOLVEVERSIONSPEC
           
SETEMFPROPERTIES
           
TRANSMITPROPERTY
           
UPLOADCHANGEPACKAGEFRAGMENT
           
UPLOADFILECHUNK
           
 
Method Summary
static ESMethod.MethodId valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ESMethod.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 ESMethod.MethodId GETPROJECTLIST
The method types.


GETPROJECT

public static final ESMethod.MethodId GETPROJECT

CREATEVERSION

public static final ESMethod.MethodId CREATEVERSION

RESOLVEVERSIONSPEC

public static final ESMethod.MethodId RESOLVEVERSIONSPEC

GETCHANGES

public static final ESMethod.MethodId GETCHANGES

GETHISTORYINFO

public static final ESMethod.MethodId GETHISTORYINFO

ADDTAG

public static final ESMethod.MethodId ADDTAG

REMOVETAG

public static final ESMethod.MethodId REMOVETAG

CREATEEMPTYPROJECT

public static final ESMethod.MethodId CREATEEMPTYPROJECT

CREATEPROJECT

public static final ESMethod.MethodId CREATEPROJECT

DELETEPROJECT

public static final ESMethod.MethodId DELETEPROJECT

RESOLVEUSER

public static final ESMethod.MethodId RESOLVEUSER

IMPORTPROJECTHISTORYTOSERVER

public static final ESMethod.MethodId IMPORTPROJECTHISTORYTOSERVER

EXPORTPROJECTHISTORYFROMSERVER

public static final ESMethod.MethodId EXPORTPROJECTHISTORYFROMSERVER

UPLOADFILECHUNK

public static final ESMethod.MethodId UPLOADFILECHUNK

DOWNLOADFILECHUNK

public static final ESMethod.MethodId DOWNLOADFILECHUNK

TRANSMITPROPERTY

public static final ESMethod.MethodId TRANSMITPROPERTY

SETEMFPROPERTIES

public static final ESMethod.MethodId SETEMFPROPERTIES

GETEMFPROPERTIES

public static final ESMethod.MethodId GETEMFPROPERTIES

REGISTEREPACKAGE

public static final ESMethod.MethodId REGISTEREPACKAGE

GETBRANCHES

public static final ESMethod.MethodId GETBRANCHES

GETVERSION

public static final ESMethod.MethodId GETVERSION

UPLOADCHANGEPACKAGEFRAGMENT

public static final ESMethod.MethodId UPLOADCHANGEPACKAGEFRAGMENT

DOWNLOADCHANGEPACKAGEFRAGMENT

public static final ESMethod.MethodId DOWNLOADCHANGEPACKAGEFRAGMENT
Method Detail

values

public static ESMethod.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 (ESMethod.MethodId c : ESMethod.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 ESMethod.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 © 2016. All Rights Reserved.