public static enum SharepointConnection.ServerVersion extends java.lang.Enum<SharepointConnection.ServerVersion>
| Enum Constant and Description |
|---|
SHAREPOINT_2010 |
SHAREPOINT_2013 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static SharepointConnection.ServerVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharepointConnection.ServerVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharepointConnection.ServerVersion SHAREPOINT_2010
public static final SharepointConnection.ServerVersion SHAREPOINT_2013
public static SharepointConnection.ServerVersion[] values()
for (SharepointConnection.ServerVersion c : SharepointConnection.ServerVersion.values()) System.out.println(c);
public static SharepointConnection.ServerVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()