Interface NestedListSimpleAugment
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentation<NestedList>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface NestedListSimpleAugment extends org.opendaylight.yangtools.yang.binding.Augmentation<NestedList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable StringgetType()default Class<NestedListSimpleAugment>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<NestedListSimpleAugment> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.Augmentation<NestedList>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getType
@Nullable String getType()
- Returns:
java.lang.Stringtype, ornullif not present
-
-