public enum AvId extends java.lang.Enum<AvId> implements EnumWithValue<AvId>
EnumWithValue.EnumUtils| Enum Constant and Description |
|---|
MsvAvDnsComputerName |
MsvAvDnsDomainName |
MsvAvDnsTreeName |
MsvAvEOL |
MsvAvFlags |
MsvAvNbComputerName |
MsvAvNdDomainName |
MsvAvSingleHost |
MsvAvTargetName |
MsvAvTimestamp |
MsvChannelBindings |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static AvId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AvId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvId MsvAvEOL
public static final AvId MsvAvNbComputerName
public static final AvId MsvAvNdDomainName
public static final AvId MsvAvDnsComputerName
public static final AvId MsvAvDnsDomainName
public static final AvId MsvAvDnsTreeName
public static final AvId MsvAvFlags
public static final AvId MsvAvTimestamp
public static final AvId MsvAvSingleHost
public static final AvId MsvAvTargetName
public static final AvId MsvChannelBindings
public static AvId[] values()
for (AvId c : AvId.values()) System.out.println(c);
public static AvId 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<AvId>