public static enum ESMethod.MethodId extends Enum<ESMethod.MethodId>
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final ESMethod.MethodId GETPROJECTLIST
public static final ESMethod.MethodId GETPROJECT
public static final ESMethod.MethodId CREATEVERSION
public static final ESMethod.MethodId RESOLVEVERSIONSPEC
public static final ESMethod.MethodId GETCHANGES
public static final ESMethod.MethodId GETHISTORYINFO
public static final ESMethod.MethodId ADDTAG
public static final ESMethod.MethodId REMOVETAG
public static final ESMethod.MethodId CREATEEMPTYPROJECT
public static final ESMethod.MethodId CREATEPROJECT
public static final ESMethod.MethodId DELETEPROJECT
public static final ESMethod.MethodId RESOLVEUSER
public static final ESMethod.MethodId IMPORTPROJECTHISTORYTOSERVER
public static final ESMethod.MethodId EXPORTPROJECTHISTORYFROMSERVER
public static final ESMethod.MethodId UPLOADFILECHUNK
public static final ESMethod.MethodId DOWNLOADFILECHUNK
public static final ESMethod.MethodId TRANSMITPROPERTY
public static final ESMethod.MethodId SETEMFPROPERTIES
public static final ESMethod.MethodId GETEMFPROPERTIES
public static final ESMethod.MethodId REGISTEREPACKAGE
public static final ESMethod.MethodId GETBRANCHES
public static final ESMethod.MethodId GETVERSION
public static final ESMethod.MethodId UPLOADCHANGEPACKAGEFRAGMENT
public static final ESMethod.MethodId DOWNLOADCHANGEPACKAGEFRAGMENT
public static ESMethod.MethodId[] values()
for (ESMethod.MethodId c : ESMethod.MethodId.values()) System.out.println(c);
public static ESMethod.MethodId valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.