Class AbstractValueContext
java.lang.Object
org.opendaylight.yangtools.yang.data.util.context.AbstractContext
org.opendaylight.yangtools.yang.data.util.context.AbstractValueContext
- All Implemented Interfaces:
DataSchemaContext
,DataSchemaContext.SimpleValue
- Direct Known Subclasses:
LeafContext
,LeafListItemContext
public abstract sealed class AbstractValueContext
extends AbstractContext
implements DataSchemaContext.SimpleValue
permits LeafContext, LeafListItemContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext
DataSchemaContext.Composite, DataSchemaContext.PathMixin, DataSchemaContext.SimpleValue
-
Method Summary
Modifier and TypeMethodDescriptionfinal TypeDefinition
<?> type()
Return theTypeDefinition
of the type backing this context.Methods inherited from class org.opendaylight.yangtools.yang.data.util.context.AbstractContext
dataSchemaNode, of, pathStep
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext
dataSchemaNode, getPathStep, pathStep
-
Method Details
-
type
Description copied from interface:DataSchemaContext.SimpleValue
Return theTypeDefinition
of the type backing this context.- Specified by:
type
in interfaceDataSchemaContext.SimpleValue
- Returns:
- A
TypeDefinition
-