Class GeneratedXorNullReferenceConstraint

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
XorNullReferenceConstraint

public abstract class GeneratedXorNullReferenceConstraint extends TypeConstraint
Generated class for type XorNullReferenceConstraint.
See Also:
  • Field Details

    • FIRSTFIELDNAME

      public static final String FIRSTFIELDNAME
      Qualifier of the XorNullReferenceConstraint.firstFieldName attribute
      See Also:
    • SECONDFIELDNAME

      public static final String SECONDFIELDNAME
      Qualifier of the XorNullReferenceConstraint.secondFieldName attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedXorNullReferenceConstraint

      public GeneratedXorNullReferenceConstraint()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedTypeConstraint
    • getFirstFieldName

      public String getFirstFieldName(SessionContext ctx)
      Generated method - Getter of the XorNullReferenceConstraint.firstFieldName attribute.
      Returns:
      the firstFieldName - First field name for XOR null reference logic
    • getFirstFieldName

      public String getFirstFieldName()
      Generated method - Getter of the XorNullReferenceConstraint.firstFieldName attribute.
      Returns:
      the firstFieldName - First field name for XOR null reference logic
    • setFirstFieldName

      public void setFirstFieldName(SessionContext ctx, String value)
      Generated method - Setter of the XorNullReferenceConstraint.firstFieldName attribute.
      Parameters:
      value - the firstFieldName - First field name for XOR null reference logic
    • setFirstFieldName

      public void setFirstFieldName(String value)
      Generated method - Setter of the XorNullReferenceConstraint.firstFieldName attribute.
      Parameters:
      value - the firstFieldName - First field name for XOR null reference logic
    • getSecondFieldName

      public String getSecondFieldName(SessionContext ctx)
      Generated method - Getter of the XorNullReferenceConstraint.secondFieldName attribute.
      Returns:
      the secondFieldName - Second field name for XOR null reference logic
    • getSecondFieldName

      public String getSecondFieldName()
      Generated method - Getter of the XorNullReferenceConstraint.secondFieldName attribute.
      Returns:
      the secondFieldName - Second field name for XOR null reference logic
    • setSecondFieldName

      public void setSecondFieldName(SessionContext ctx, String value)
      Generated method - Setter of the XorNullReferenceConstraint.secondFieldName attribute.
      Parameters:
      value - the secondFieldName - Second field name for XOR null reference logic
    • setSecondFieldName

      public void setSecondFieldName(String value)
      Generated method - Setter of the XorNullReferenceConstraint.secondFieldName attribute.
      Parameters:
      value - the secondFieldName - Second field name for XOR null reference logic