Uses of Interface
org.opendaylight.yangtools.binding.runtime.api.CaseRuntimeType
-
Uses of CaseRuntimeType in org.opendaylight.yangtools.binding.runtime.api
Methods in org.opendaylight.yangtools.binding.runtime.api that return CaseRuntimeTypeModifier and TypeMethodDescription@Nullable CaseRuntimeTypeChoiceRuntimeType.bindingCaseChild(org.opendaylight.yangtools.binding.model.api.JavaTypeName typeName) Returns resolvedCaseRuntimeTypefor specified binding class name.Methods in org.opendaylight.yangtools.binding.runtime.api that return types with arguments of type CaseRuntimeTypeModifier and TypeMethodDescription@NonNull Set<CaseRuntimeType> BindingRuntimeTypes.allCaseChildren(ChoiceRuntimeType choiceType) Lookup to allCaseRuntimeTypes related to aChoiceRuntimeType.@NonNull List<CaseRuntimeType> ChoiceRuntimeType.validCaseChildren()Return allCaseRuntimeTypevalid at this type's statement.