Package org.xbill.DNS

Class Type.TypeMnemonic

java.lang.Object
org.xbill.DNS.Mnemonic
org.xbill.DNS.Type.TypeMnemonic
Enclosing class:
Type

private static class Type.TypeMnemonic extends Mnemonic
  • Field Details

  • Constructor Details

    • TypeMnemonic

      public TypeMnemonic()
  • Method Details

    • add

      public void add(int val, String str, Supplier<Record> factory)
    • replace

      public void replace(int val, String str, Supplier<Record> factory)
    • check

      public void check(int val)
      Description copied from class: Mnemonic
      Checks that a numeric value is within the range [0..max]
      Overrides:
      check in class Mnemonic
    • getFactory

      public Supplier<Record> getFactory(int val)