public enum SMB2ShareCapabilities extends java.lang.Enum<SMB2ShareCapabilities> implements EnumWithValue<SMB2ShareCapabilities>
EnumWithValue.EnumUtils| Enum Constant and Description |
|---|
SMB2_SHARE_CAP_ASYMMETRIC |
SMB2_SHARE_CAP_CLUSTER |
SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY |
SMB2_SHARE_CAP_DFS |
SMB2_SHARE_CAP_SCALEOUT |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static SMB2ShareCapabilities |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMB2ShareCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMB2ShareCapabilities SMB2_SHARE_CAP_DFS
public static final SMB2ShareCapabilities SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY
public static final SMB2ShareCapabilities SMB2_SHARE_CAP_SCALEOUT
public static final SMB2ShareCapabilities SMB2_SHARE_CAP_CLUSTER
public static final SMB2ShareCapabilities SMB2_SHARE_CAP_ASYMMETRIC
public static SMB2ShareCapabilities[] values()
for (SMB2ShareCapabilities c : SMB2ShareCapabilities.values()) System.out.println(c);
public static SMB2ShareCapabilities 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 long getValue()
getValue in interface EnumWithValue<SMB2ShareCapabilities>