Package org.proforma
Class NullifyLiteral
java.lang.Object
org.proforma.NullifyComparisonOperand
org.proforma.NullifyLiteral
A numerical constant serving as an operand of the comparison expression.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()getValue()Ruft den Wert der value-Eigenschaft ab.voidsetValue(BigDecimal value) Legt den Wert der value-Eigenschaft fest.
-
Field Details
-
value
-
-
Constructor Details
-
NullifyLiteral
public NullifyLiteral()
-
-
Method Details
-
getValue
Ruft den Wert der value-Eigenschaft ab.- Returns:
- possible object is
BigDecimal
-
setValue
Legt den Wert der value-Eigenschaft fest.- Parameters:
value- allowed object isBigDecimal
-
getRef
- Specified by:
getRefin classNullifyComparisonOperand
-
getSubRef
- Specified by:
getSubRefin classNullifyComparisonOperand
-