public class ValidValuesAssignment extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ValidValuesAssignment()
Default constructor
|
ValidValuesAssignment(ValidValuesAssignment template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
boolean |
getStrictRequirement()
Returns whether the valid values are a suggestion or a requirement.
|
int |
hashCode()
Return hash code for this object
|
void |
setStrictRequirement(boolean strictRequirement)
Set up whether the valid values are a suggestion or a requirement.
|
String |
toString()
JSON-style toString
|
getHeaderVersion, setHeaderVersionpublic ValidValuesAssignment()
public ValidValuesAssignment(ValidValuesAssignment template)
template - object to copypublic boolean getStrictRequirement()
public void setStrictRequirement(boolean strictRequirement)
strictRequirement - boolean flagpublic String toString()
public boolean equals(Object objectToCompare)
equals in class PropertyBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class PropertyBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.