public class MustEffectiveStatementImpl extends DeclaredEffectiveStatementBase<RevisionAwareXPath,MustStatement> implements MustDefinition
| Constructor and Description |
|---|
MustEffectiveStatementImpl(StmtContext<RevisionAwareXPath,MustStatement,?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns the value of the argument of YANG
description
keyword. |
String |
getErrorAppTag()
Returns the value of the argument of YANG
error-app-tag
keyword. |
String |
getErrorMessage()
Returns the value of the argument of YANG
error-message
keyword. |
String |
getReference()
Returns the value of the argument of YANG
reference keyword. |
RevisionAwareXPath |
getXpath()
Returns XPath expression which contains constraint.
|
int |
hashCode() |
String |
toString() |
argument, getDeclared, getStatementSource, statementDefinitionallSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAllpublic MustEffectiveStatementImpl(StmtContext<RevisionAwareXPath,MustStatement,?> ctx)
public RevisionAwareXPath getXpath()
MustDefinitiongetXpath in interface MustDefinitionmust YANG substatementpublic String getDescription()
ConstraintMetaDefinitiondescription
keyword.getDescription in interface ConstraintMetaDefinitionpublic String getErrorAppTag()
ConstraintMetaDefinitionerror-app-tag
keyword.getErrorAppTag in interface ConstraintMetaDefinitionpublic String getErrorMessage()
ConstraintMetaDefinitionerror-message
keyword.getErrorMessage in interface ConstraintMetaDefinitionpublic String getReference()
ConstraintMetaDefinitionreference keyword.getReference in interface ConstraintMetaDefinitionCopyright © 2018 OpenDaylight. All rights reserved.