public final class Declaration extends Object
Constructor and Description |
---|
Declaration(String propertyName,
ParsedValueImpl parsedValue,
boolean important) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
One declaration is the equal to another regardless of the Rule to which
the Declaration belongs.
|
ParsedValue |
getParsedValue() |
String |
getProperty() |
Rule |
getRule() |
int |
hashCode() |
boolean |
isImportant() |
String |
toString() |
public Declaration(String propertyName, ParsedValueImpl parsedValue, boolean important)
public ParsedValue getParsedValue()
public String getProperty()
public Rule getRule()
public boolean isImportant()
public boolean equals(Object obj)
Copyright © 2020. All rights reserved.