Class Contexts.NullishContext

java.lang.Object
pro.verron.officestamper.test.Contexts.NullishContext
Enclosing class:
Contexts

public static final class Contexts.NullishContext extends Object
This class represents a NullishContext object.
  • Constructor Details

    • NullishContext

      public NullishContext()
      Represents a NullishContext object.
    • NullishContext

      public NullishContext(String fullish_value, Contexts.SubContext fullish, String nullish_value, Contexts.SubContext nullish)
      Represents a NullishContext object.
      Parameters:
      fullish_value - The value associated with the fullish context.
      fullish - An instance of the SubContext related to the fullish context.
      nullish_value - The value associated with the nullish context.
      nullish - An instance of the SubContext related to the nullish context.
  • Method Details

    • getFullish_value

      public String getFullish_value()
      Returns the value of the fullish_value attribute in the NullishContext object.
      Returns:
      The value of the fullish_value attribute.
    • setFullish_value

      public void setFullish_value(String fullish_value)
      Sets the value of the fullish_value attribute in the NullishContext object.
      Parameters:
      fullish_value - The new value for the fullish_value attribute.
    • getFullish

      public Contexts.SubContext getFullish()
      Returns the fullish attribute of the NullishContext object.
      Returns:
      The fullish attribute.
    • setFullish

      public void setFullish(Contexts.SubContext fullish)
      Sets the fullish attribute of the NullishContext object.
      Parameters:
      fullish - The new value for the fullish attribute.
    • getNullish_value

      public String getNullish_value()
      Returns the value of the nullish_value attribute in the NullishContext object.
      Returns:
      The value of the nullish_value attribute.
    • setNullish_value

      public void setNullish_value(String nullish_value)
      Sets the value of the nullish_value attribute in the NullishContext object.
      Parameters:
      nullish_value - The new value for the nullish_value attribute.
    • getNullish

      public Contexts.SubContext getNullish()
      Returns the nullish attribute of the NullishContext object.
      Returns:
      The nullish attribute.
    • setNullish

      public void setNullish(Contexts.SubContext nullish)
      Sets the nullish attribute of the NullishContext object.
      Parameters:
      nullish - The new value for the nullish attribute.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object