public static interface InstanceIdentifier.PathArgument extends Comparable<InstanceIdentifier.PathArgument>
InstanceIdentifier
. Interface which implementations are used as path components of the
path in overall data tree.Modifier and Type | Method and Description |
---|---|
default Optional<? extends Class<? extends DataObject>> |
getCaseType()
Return an optional enclosing case type.
|
Class<? extends DataObject> |
getType()
Return the data object type backing this PathArgument.
|
compareTo
Class<? extends DataObject> getType()
default Optional<? extends Class<? extends DataObject>> getCaseType()
getType()
references a node defined
in a grouping
which is reference inside a case
statement in order to safely reference the
node.Copyright © 2019 OpenDaylight. All rights reserved.