Enum AvId

    • Enum Constant Detail

      • MsvAvEOL

        public static final AvId MsvAvEOL
      • MsvAvNbComputerName

        public static final AvId MsvAvNbComputerName
      • MsvAvNdDomainName

        public static final AvId MsvAvNdDomainName
      • 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
      • MsvChannelBindings

        public static final AvId MsvChannelBindings
    • Method Detail

      • values

        public static AvId[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AvId c : AvId.values())
            System.out.println(c);
        
        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 name
        java.lang.NullPointerException - if the argument is null