java.lang.Object
org.opendaylight.yangtools.yang.common.Empty
All Implemented Interfaces:
Serializable, Immutable

@NonNullByDefault public final class Empty extends Object implements Immutable, Serializable
Dedicated singleton type for YANG's 'type empty' value.
Author:
Robert Varga
See Also:
  • Method Details

    • value

      public static Empty value()
      Return the singleton Empty value.
      Returns:
      Empty value.
    • toString

      public String toString()
      Overrides:
      toString in class Object