Package com.hierynomus.ntlm.av
Enum AvId
- java.lang.Object
-
- java.lang.Enum<AvId>
-
- com.hierynomus.ntlm.av.AvId
-
- All Implemented Interfaces:
EnumWithValue<AvId>,java.io.Serializable,java.lang.Comparable<AvId>,java.lang.constant.Constable
public enum AvId extends java.lang.Enum<AvId> implements EnumWithValue<AvId>
-
-
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
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MsvAvChannelBindingsMsvAvDnsComputerNameMsvAvDnsDomainNameMsvAvDnsTreeNameMsvAvEOLMsvAvFlagsMsvAvNbComputerNameMsvAvNbDomainNameMsvAvSingleHostMsvAvTargetNameMsvAvTimestamp
-
-
-
Enum Constant Detail
-
MsvAvEOL
public static final AvId MsvAvEOL
-
MsvAvNbComputerName
public static final AvId MsvAvNbComputerName
-
MsvAvNbDomainName
public static final AvId MsvAvNbDomainName
-
MsvAvDnsComputerName
public static final AvId MsvAvDnsComputerName
-
MsvAvDnsDomainName
public static final AvId MsvAvDnsDomainName
-
MsvAvDnsTreeName
public static final AvId MsvAvDnsTreeName
-
MsvAvFlags
public static final AvId MsvAvFlags
-
MsvAvTimestamp
public static final AvId MsvAvTimestamp
-
MsvAvSingleHost
public static final AvId MsvAvSingleHost
-
MsvAvTargetName
public static final AvId MsvAvTargetName
-
MsvAvChannelBindings
public static final AvId MsvAvChannelBindings
-
-
Method Detail
-
values
public static AvId[] 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 AvId 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<AvId>
-
-