public enum EWSSVersion extends Enum<EWSSVersion>
| Enum Constant and Description |
|---|
WSS_10
Deprecated.
|
WSS_11
Deprecated.
|
WSS_111 |
| Modifier and Type | Method and Description |
|---|---|
static EWSSVersion |
getFromVersionOrDefault(String sVersion,
EWSSVersion eDefault) |
static EWSSVersion |
getFromVersionOrNull(String sVersion) |
String |
getNamespacePrefix() |
String |
getNamespaceURI() |
String |
getVersion() |
static EWSSVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWSSVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final EWSSVersion WSS_10
@Deprecated public static final EWSSVersion WSS_11
public static final EWSSVersion WSS_111
public static EWSSVersion[] values()
for (EWSSVersion c : EWSSVersion.values()) System.out.println(c);
public static EWSSVersion 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 null@Nullable public static EWSSVersion getFromVersionOrNull(@Nullable String sVersion)
@Nullable public static EWSSVersion getFromVersionOrDefault(@Nullable String sVersion, @Nullable EWSSVersion eDefault)
Copyright © 2015–2020 Philip Helger. All rights reserved.