Interface UniqueConstraint
-
@Beta public interface UniqueConstraint
Interface describing YANG 'unique' constraint.The 'unique' constraint specifies that the combined values of all the leaf instances specified in the argument string, including leafs with default values, MUST be unique within all list entry instances in which all referenced leafs exist (for more information see RFC-6020 section 7.8.3.).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Set<SchemaNodeIdentifier.Descendant>
getTag()
-
-
-
Method Detail
-
getTag
@NonNull Set<SchemaNodeIdentifier.Descendant> getTag()
-
-