Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
Modifier and Type | Method and Description |
---|---|
LengthConstraintBuilder |
LengthConstraintBuilder.allowedRanges(com.google.common.collect.RangeSet<Integer> allowedRanges)
Initializes the value for the
allowedRanges attribute. |
LengthConstraintBuilder |
LengthConstraintBuilder.description(Optional<String> description)
Initializes the optional value
description to description. |
LengthConstraintBuilder |
LengthConstraintBuilder.description(String description)
Initializes the optional value
description to description. |
LengthConstraintBuilder |
LengthConstraintBuilder.errorAppTag(Optional<String> errorAppTag)
Initializes the optional value
errorAppTag to errorAppTag. |
LengthConstraintBuilder |
LengthConstraintBuilder.errorAppTag(String errorAppTag)
Initializes the optional value
errorAppTag to errorAppTag. |
LengthConstraintBuilder |
LengthConstraintBuilder.errorMessage(Optional<String> errorMessage)
Initializes the optional value
errorMessage to errorMessage. |
LengthConstraintBuilder |
LengthConstraintBuilder.errorMessage(String errorMessage)
Initializes the optional value
errorMessage to errorMessage. |
LengthConstraintBuilder |
LengthConstraintBuilder.reference(Optional<String> reference)
Initializes the optional value
reference to reference. |
LengthConstraintBuilder |
LengthConstraintBuilder.reference(String reference)
Initializes the optional value
reference to reference. |
Copyright © 2019 OpenDaylight. All rights reserved.