Modifier and Type | Interface and Description |
---|---|
interface |
YangModeledAnyXmlSchemaNode
The "YangModeledAnyXml" interface defines an interior node in the schema tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyxmlSchemaLocationEffectiveStatementImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenConfigHashedValueSchemaNode
SchemaNode presence in SchemaNode API space.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DefaultDenyAllEffectiveStatement
Effective statement representation of 'default-deny-all' extension defined in
RFC6536.
|
interface |
DefaultDenyAllSchemaNode
Represents the effect of 'default-deny-all' extension, as defined in
RFC6536, being attached to a SchemaNode.
|
interface |
DefaultDenyWriteEffectiveStatement
Effective statement representation of 'default-deny-write' extension defined in
RFC6536.
|
interface |
DefaultDenyWriteSchemaNode
Represents the effect of 'default-deny-write' extension, as defined in
RFC6536, being attached to a SchemaNode.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationEffectiveStatement
Effective statement representation of 'annotation' extension defined in
RFC7952.
|
interface |
AnnotationSchemaNode
Represents the effect of 'annotation' extension, as defined in
RFC7952, being attached to a SchemaNode.
|
Modifier and Type | Interface and Description |
---|---|
interface |
YangDataEffectiveStatement
Effective statement representation of 'yang-data' extension defined in
RFC 8040.
|
interface |
YangDataSchemaNode
Represents 'yang-data' extension statement defined in
RFC8040.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationAsContainer |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionDefinition
Represents YANG action statement.
|
interface |
AnyDataSchemaNode
The "anydata" statement defines an interior node in the schema tree.
|
interface |
AnyXmlSchemaNode
The "anyxml" interface defines an interior node in the schema tree.
|
interface |
AugmentationSchemaNode
AugmentationSchema represents augment definition.
|
interface |
CaseSchemaNode
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.
|
interface |
ChoiceSchemaNode
A ChoiceSchemaNode defines a set of alternatives.
|
interface |
ContainerSchemaNode
The ContainerSchemaNode is used to define an interior data node in the schema
tree.
|
interface |
DataSchemaNode
Data Schema Node represents abstract supertype from which all data tree definitions are derived.
|
interface |
DerivableSchemaNode
Schema Node which may be derived from other schema node
using augmentation or uses statement.
|
interface |
ExtensionDefinition
Contains the methods for getting the data which are part of the YANG
extensoion statement. |
interface |
FeatureDefinition
Interface describing YANG 'feature' statement.
|
interface |
GroupingDefinition
Interface describing YANG 'grouping' statement.
|
interface |
IdentitySchemaNode
Interface describing YANG 'identity' statement.
|
interface |
LeafListSchemaNode
Interface describing YANG 'leaf-list' statement.
|
interface |
LeafSchemaNode
Interface describing YANG
leaf statement. |
interface |
ListSchemaNode
Interface describing YANG 'list' statement.
|
interface |
NotificationDefinition
Interface describing YANG 'notification' statement.
|
interface |
OperationDefinition
Common interface for an operation.
|
interface |
RpcDefinition
Interface describing YANG 'rpc' statement.
|
interface |
SchemaContext
The interface represents static view of compiled yang files,
contains the methods for obtaining all the top level context
data (data from all modules) like YANG notifications, extensions,
operations...
|
interface |
SchemaNode
SchemaNode represents a node in schema tree.
|
interface |
TypedDataSchemaNode
A
DataSchemaNode which holds values of the same type. |
interface |
TypeDefinition<T extends TypeDefinition<?>>
YANG statement
typedef contains also substatements
default - default value which is compatible with
type ,
type - base type from which is typedef derived,
units - textual information about units associated with this
type.
This interface contains the methods for getting the values of the arguments of substatements mentioned above. |
interface |
UnknownSchemaNode
Contains the methods for getting the details about the unknown node.
|
interface |
UsesNode
Contains the methods for getting data and checking properties of the YANG
uses substatement. |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryTypeDefinition
The binary built-in type represents any binary data, i.e., a sequence of
octets.
|
interface |
BitsTypeDefinition
Makes is possible to access to the individual bits values of this type.
|
static interface |
BitsTypeDefinition.Bit
Contains the methods for accessing the data about the individual bit of
bits YANG type. |
interface |
BooleanTypeDefinition
Marker interface which marks that type definition represents the built-in
YANG
boolean type. |
interface |
DecimalTypeDefinition
Contains methods for getting data from the YANG
type substatement for decimal64 built-in
type. |
interface |
EmptyTypeDefinition |
interface |
EnumTypeDefinition
Makes is possible to access to the individual enumeration values of this type.
|
static interface |
EnumTypeDefinition.EnumPair
Contains the methods for accessing the data about the concrete enumeration item which represents
enum
YANG type. |
interface |
IdentityrefTypeDefinition
Contains method for getting data from
identityref built-in YANG type. |
interface |
IdentityTypeDefinition
Contains the method for getting the details about YANG
identity . |
interface |
InstanceIdentifierTypeDefinition
Contains methods for getting data from the
instance-identifier YANG built-in type. |
interface |
Int16TypeDefinition
Type definition derived from int16 type.
|
interface |
Int32TypeDefinition
Type definition derived from int32 type.
|
interface |
Int64TypeDefinition
Type definition derived from int64 type.
|
interface |
Int8TypeDefinition
Type definition derived from int8 type.
|
interface |
LeafrefTypeDefinition |
interface |
LengthRestrictedTypeDefinition<T extends TypeDefinition<T>>
Interface for
TypeDefinition s which can have their values restricted to a set of allowed lengths. |
interface |
RangeRestrictedTypeDefinition<T extends TypeDefinition<T>,N extends Number & Comparable<N>>
Interface for
TypeDefinition s which can have their values restricted to a set of allowed values. |
interface |
RequireInstanceRestrictedTypeDefinition<T extends TypeDefinition<T>>
Interface for
TypeDefinition s which can be restricted through a require-instance statement. |
interface |
StringTypeDefinition
Contains method for getting data from the
string YANG built-in type. |
interface |
Uint16TypeDefinition
Type definition derived from uint16 type.
|
interface |
Uint32TypeDefinition
Type definition derived from uint32 type.
|
interface |
Uint64TypeDefinition
Type definition derived from uint64 type.
|
interface |
Uint8TypeDefinition
Type definition derived from uint8 type.
|
interface |
UnionTypeDefinition
Contains the method which access union item in the union type.
|
interface |
UnknownTypeDefinition |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaContext |
class |
EffectiveAugmentationSchema
Proxy for AugmentationSchema.
|
class |
FilteringSchemaContextProxy |
class |
SimpleSchemaContext
Simple subclass of
AbstractSchemaContext which performs some amount of indexing to speed up common
SchemaContext operations. |
Modifier and Type | Class and Description |
---|---|
class |
AnyxmlEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
BitEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
ImplicitCaseSchemaNode |
Modifier and Type | Class and Description |
---|---|
class |
ContainerEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
EnumEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
LeafEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
LeafListEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
ListEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
RefineEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
EffectiveSchemaContext |
Copyright © 2019 OpenDaylight. All rights reserved.