Package com.hierynomus.msdfsc.messages
Enum DFSReferral.ServerType
- java.lang.Object
-
- java.lang.Enum<DFSReferral.ServerType>
-
- com.hierynomus.msdfsc.messages.DFSReferral.ServerType
-
- All Implemented Interfaces:
EnumWithValue<DFSReferral.ServerType>,java.io.Serializable,java.lang.Comparable<DFSReferral.ServerType>,java.lang.constant.Constable
- Enclosing class:
- DFSReferral
public static enum DFSReferral.ServerType extends java.lang.Enum<DFSReferral.ServerType> implements EnumWithValue<DFSReferral.ServerType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
-
Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.EnumWithValue
EnumWithValue.EnumUtils
-
-
Method Summary
Modifier and Type Method Description longgetValue()static DFSReferral.ServerTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DFSReferral.ServerType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LINK
public static final DFSReferral.ServerType LINK
-
ROOT
public static final DFSReferral.ServerType ROOT
-
-
Method Detail
-
values
public static DFSReferral.ServerType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DFSReferral.ServerType valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getValue
public long getValue()
- Specified by:
getValuein interfaceEnumWithValue<DFSReferral.ServerType>
-
-