Interface ConstraintMetaDefinition
-
- All Superinterfaces:
DocumentedNode
- All Known Subinterfaces:
LengthConstraint
,MustDefinition
,PatternConstraint
,RangeConstraint<T>
- All Known Implementing Classes:
AbstractConstraintEffectiveStatement
,AbstractListConstraintEffectiveStatement
,LengthEffectiveStatementImpl
,RangeEffectiveStatementImpl
public interface ConstraintMetaDefinition extends DocumentedNode
Contains methods which retrieve values for description, error message, error app tag and reference (to some external definition, resource or similar).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>
getErrorAppTag()
Returns the value of the argument of YANGerror-app-tag
keyword.Optional<String>
getErrorMessage()
Returns the value of the argument of YANGerror-message
keyword.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
-