Interface ClasstypeObject
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Arguments,Arguments,FailureCase,LspAttributes,P2p,Path,Path,Path,PathDefinition,Paths,Requests
@Generated("mdsal-binding-generator") public interface ClasstypeObject extends org.opendaylight.yangtools.yang.binding.DataObject
CLASSTYPE ObjectThis class represents the following YANG schema fragment defined in module pcep-types
grouping classtype-object { container class-type { uses object; leaf class-type { type class-type; } } }The schema path to identify an instance is pcep-typesclasstype-object
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassTypegetClassType()Return classType, ornullif it is not present.Class<? extends ClasstypeObject>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends ClasstypeObject> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getClassType
ClassType getClassType()
Return classType, ornullif it is not present.- Returns:
ClassTypeclassType, ornullif it is not present.
-
-