T - Item typepublic static class InstanceIdentifier.Item<T extends DataObject> extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <C extends ChoiceIn<?> & DataObject,T extends ChildOf<? super C>> | of(Class<C> caseType,
  Class<T> type)Return a PathArgument instance backed by the specified class, which in turn is defined in a  groupingused in a correspondingcasestatement. | 
| static <T extends DataObject> | of(Class<T> type)Return a PathArgument instance backed by the specified class. | 
| String | toString() | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCaseTypepublic static <T extends DataObject> InstanceIdentifier.Item<T> of(Class<T> type)
T - Item typetype - Backing classNullPointerException - if  is null.public static <C extends ChoiceIn<?> & DataObject,T extends ChildOf<? super C>> InstanceIdentifier.Item<T> of(Class<C> caseType, Class<T> type)
grouping
 used in a corresponding case statement.C - Case typeT - Item typecaseType - defining case classtype - Backing classNullPointerException - if any argument is null.Copyright © 2019 OpenDaylight. All rights reserved.