Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.subobject.label.type.Type1LabelCase
Package
Description
-
Uses of Type1LabelCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.subobject.label.type
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Type1LabelCase>>
E$$Type1LabelCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Type1LabelCase
Type1LabelCaseBuilder.build()
A newType1LabelCase
instance.Modifier and TypeMethodDescriptiondefault Class<Type1LabelCase>
Type1LabelCase.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Type1LabelCase.bindingEquals
(@NonNull Type1LabelCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Type1LabelCase.bindingHashCode
(@NonNull Type1LabelCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Type1LabelCase.bindingToString
(@NonNull Type1LabelCase obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionType1LabelCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Type1LabelCase> augmentation) Add an augmentation to this builder's product.Type1LabelCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Type1LabelCase>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedType1LabelCase
.