public class XDTValidationELRorNothing extends java.lang.Object implements Branch
While the XDTValidationDetails class contains the validation of an entire fact, this class contains the details of validation of hypercubes in one ELR.
| Constructor and Description |
|---|
XDTValidationELRorNothing() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHypercubeValidation(XDTValidationHypercube hc)
Adds the hypercube validation.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDetailedDescription()
Gets the detailed description.
|
java.lang.String |
getTitle()
Gets the title.
|
int |
hashCode() |
boolean |
isExpanded()
Checks if is expanded.
|
boolean |
isLeaf()
Checks if is leaf.
|
void |
setExpanded(boolean value)
Sets the expanded.
|
void |
setMessageToken(java.lang.String token)
The token will be used later to create the validation message.
|
void |
setRole(java.lang.String uri)
Sets the role.
|
java.lang.String |
toString() |
public void setMessageToken(java.lang.String token)
token - the new message tokenpublic java.lang.String toString()
toString in class java.lang.Objectpublic void addHypercubeValidation(XDTValidationHypercube hc)
hc - the hcpublic void setRole(java.lang.String uri)
uri - the new rolepublic java.lang.String getTitle()
Branchpublic java.lang.String getDetailedDescription()
BranchgetDetailedDescription in interface Branchpublic boolean isExpanded()
BranchisExpanded in interface Branchpublic void setExpanded(boolean value)
BranchsetExpanded in interface Branchvalue - the new expandedpublic boolean isLeaf()
Branchpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object