Interface ConstraintMetaDefinition
-
- All Superinterfaces:
DocumentedNode
- All Known Subinterfaces:
EffectiveStatementMixins.ConstraintMetaDefinitionMixin<A,D>
,LengthConstraint
,LengthEffectiveStatement
,MustDefinition
,PatternConstraint
,PatternEffectiveStatement
,RangeConstraint<T>
,RangeEffectiveStatement
- All Known Implementing Classes:
EmptyLengthEffectiveStatement
,EmptyMustEffectiveStatement
,EmptyPatternEffectiveStatement
,EmptyRangeEffectiveStatement
,RegularLengthEffectiveStatement
,RegularMustEffectiveStatement
,RegularPatternEffectiveStatement
,RegularRangeEffectiveStatement
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
-
-