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, statementDefinition
allSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll
public MustEffectiveStatementImpl(StmtContext<RevisionAwareXPath,MustStatement,?> ctx)
public RevisionAwareXPath getXpath()
MustDefinition
getXpath
in interface MustDefinition
must
YANG substatementpublic String getDescription()
ConstraintMetaDefinition
description
keyword.getDescription
in interface ConstraintMetaDefinition
public String getErrorAppTag()
ConstraintMetaDefinition
error-app-tag
keyword.getErrorAppTag
in interface ConstraintMetaDefinition
public String getErrorMessage()
ConstraintMetaDefinition
error-message
keyword.getErrorMessage
in interface ConstraintMetaDefinition
public String getReference()
ConstraintMetaDefinition
reference
keyword.getReference
in interface ConstraintMetaDefinition
Copyright © 2018 OpenDaylight. All rights reserved.