Interface SubIdSchemaNode
-
- All Superinterfaces:
AddedByUsesAware
,DocumentedNode
,DocumentedNode.WithStatus
,SchemaNode
,UnknownSchemaNode
@Beta public interface SubIdSchemaNode extends UnknownSchemaNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Uint32
getArgument()
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getPath, getQName
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
getExtensionDefinition, getNodeParameter, getNodeType, isAddedByAugmentation
-
-
-
-
Method Detail
-
getArgument
@NonNull Uint32 getArgument()
-
-