Uses of Class
org.opendaylight.mdsal.binding.model.api.Restrictions
Packages that use Restrictions
Package
Description
Model of Java classes generated from YANG.
-
Uses of Restrictions in org.opendaylight.mdsal.binding.model.api
Methods in org.opendaylight.mdsal.binding.model.api that return RestrictionsModifier and TypeMethodDescriptionstatic @NonNull RestrictionsRestrictions.empty()ConcreteType.getRestrictions()GeneratedTransferObject.getRestrictions()static @NonNull RestrictionsRestrictions.of(@Nullable org.opendaylight.yangtools.yang.model.api.type.LengthConstraint lengthConstraint) static @NonNull RestrictionsRestrictions.of(@Nullable org.opendaylight.yangtools.yang.model.api.type.RangeConstraint<?> rangeConstraint) static @NonNull RestrictionsRestrictions.of(List<org.opendaylight.yangtools.yang.model.api.type.PatternConstraint> patternConstraints, @Nullable org.opendaylight.yangtools.yang.model.api.type.LengthConstraint lengthConstraint) -
Uses of Restrictions in org.opendaylight.mdsal.binding.model.api.type.builder
Methods in org.opendaylight.mdsal.binding.model.api.type.builder with parameters of type RestrictionsModifier and TypeMethodDescriptionvoidGeneratedTOBuilder.setRestrictions(Restrictions restrictions)