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
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
Modifier and TypeMethodDescriptionReturns the value of the argument of YANGerror-app-tag
keyword.Returns the value of the argument of YANGerror-message
keyword.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
Method Details
-
getErrorAppTag
Returns the value of the argument of YANGerror-app-tag
keyword.- Returns:
- string with the application tag, or empty if it was not provided.
-
getErrorMessage
Returns the value of the argument of YANGerror-message
keyword.- Returns:
- string with the error message, or empty if it was not provided.
-