| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.binding | 
| Modifier and Type | Method and Description | 
|---|---|
static <C extends ChoiceIn<?> & DataObject,T extends ChildOf<? super C>> | 
InstanceIdentifier.Item.of(Class<C> caseType,
  Class<T> type)
Return a PathArgument instance backed by the specified class, which in turn is defined in a  
grouping
 used in a corresponding case statement. | 
static <T extends DataObject> | 
InstanceIdentifier.Item.of(Class<T> type)
Return a PathArgument instance backed by the specified class. 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.