Class Restrictions
java.lang.Object
org.opendaylight.yangtools.binding.model.api.Restrictions
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull Restrictions
empty()
boolean
isEmpty()
static @NonNull Restrictions
of
(List<PatternConstraint> patternConstraints, @Nullable LengthConstraint lengthConstraint) static @NonNull Restrictions
of
(@Nullable LengthConstraint lengthConstraint) static @NonNull Restrictions
of
(@Nullable RangeConstraint<?> rangeConstraint)
-
Method Details
-
empty
-
of
-
of
-
of
public static @NonNull Restrictions of(List<PatternConstraint> patternConstraints, @Nullable LengthConstraint lengthConstraint) -
getLengthConstraint
-
getPatternConstraints
-
getRangeConstraint
-
isEmpty
public boolean isEmpty()
-