- get(Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns value associated with supplied identifier
- get(K) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace
-
Returns value associated with supplied identifier
- getAll(Class<N>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns all local values from supplied namespace.
- getAllModuleIdentifiers() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Get all module and submodule identifiers.
- getArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.ExtensionDefinition
-
Returns the String
that is the name of argument to the
Keyword.
- getArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ExtensionStatement
-
- getArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnknownStatement
-
- getArgumentName() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns name of statement argument or null, if statement does not have
argument.
- getArgumentName() - Method in enum org.opendaylight.yangtools.yang.model.api.Rfc6020Mapping
-
- getAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns AugmentationSchema
instances which contain data from
augment statements defined in the module.
- getAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns augmentations which were specified in this uses node.
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
-
- getAvailableAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationTarget
-
- getBase() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
- getBase() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.IdentityRefSpecification
-
- getBaseIdentity() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
- getBaseType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the base type from which this type is derived.
- getBelongsTo() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
-
- getBits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.BitsSpecification
-
- getBits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition
-
Returns all bit values.
- getCaseNodeByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns the concrete case according to specified Q name.
- getCaseNodeByName(String) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns the concrete case according to specified name.
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns cases of choice.
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getChildNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all child nodes defined within this DataNodeContainer.
- getCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatement
-
- getCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.WhenStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineContainerStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Returns the constraints associated with Data Schema Node
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module contact.
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MetaGroup
-
- getCost() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- getDataChildByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
- getDataChildByName(String) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Deprecated.
This method disregards the namespace and thus leads to unpredictable results
when multiple children exist with the same localname, but with different namespaces.
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns data schema node instances which represents direct subnodes (like
leaf, leaf-list, list, container) in all YANG modules in the context.
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer
-
- getDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionDateStatement
-
- getDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionStatement
-
- getDeclared() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns statement, which was explicit declaration of this effective
statement.
- getDeclaredRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns class which represents declared version of statement associated
with this definition.
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.yang.model.api.Rfc6020Mapping
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafSchemaNode
-
Returns the default value of YANG leaf
.
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getDefaultCase() - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns name of case which is in the choice specified as default
- getDefaultValue() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the default value which represents the value of the argument of
the default
substatement of the YANG typedef
statement.
- getDerivedIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
Get identities derived from this identity.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG description
keyword.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns description of the instance of the type SchemaNode
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module description.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup
-
- getDeviate() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
- getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns Deviation
instances which contain data from
deviation statements defined in the module.
- getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getEffectiveRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns class which represents derived behaviour from supplied statement.
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.yang.model.api.Rfc6020Mapping
-
- getEnums() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.EnumSpecification
-
- getErrorAppTag() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG error-app-tag
keyword.
- getErrorAppTagStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedConstraintGroup
-
- getErrorMessage() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG error-message
keyword.
- getErrorMessageStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedConstraintGroup
-
- getExtensionDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Get extension definition which identifies this node
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns extencion definition instances which are defined as the direct
subelements in all YANG modules in the context
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getExtensionSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns ExtensionDefinition
instances which contain data
from extension statements defined in the module.
- getFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns FeatureDefinition
instances which contain data from
feature statements defined in the module.
- getFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.Decimal64Specification
-
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
-
Returns integer between 1 and 18 inclusively.
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getGroupingPath() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns the schema path to used grouping.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all groupings defined within this DataNodeContainer.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.RpcDefinition
-
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer.WithReusableDefinitions
-
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcStatement
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSource
-
Deprecated.
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns IdentitySchemaNode
instances which contain data from
identity statements defined in the module.
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getIdentity() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
-
Returns identity to which the instance of this type refers.
- getIdentityName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityTypeDefinition
-
Returns the name of the YANG identity
- getIfFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConditionalFeature
-
- getImports() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns imports which represents YANG modules which are imported to this
module via import statement.
- getImports() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageGroup
-
- getIncludes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageGroup
-
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.api.RpcDefinition
-
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcStatement
-
- getKey() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getKeyDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
- getKeyword() - Method in enum org.opendaylight.yangtools.yang.model.api.Deviation.Deviate
-
- getLastComponent() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Get the last component of this path.
- getLastComponent() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Get the last component of this path.
- getLength() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.BinarySpecification
-
- getLength() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.StringRestrictions
-
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition
-
Returns List of number of octets that binary value contains.
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
-
Returns length constraint specified in the string.
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getMax() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthConstraint
-
Returns the length-restricting upper bound value.
- getMax() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeConstraint
-
Returns the length-restricting upper bound value.
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
Returns the maximum admissible number of data elements for node where
this constraint is specified.
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
- getMin() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthConstraint
-
Returns the length-restricting lower bound value.
- getMin() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeConstraint
-
Returns the length-restricting lower bound value.
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
Returns the minimum required number of data elements for node where this
constraint is specified.
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
- getModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToStatement
-
- getModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
-
- getModuleName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
- getModules() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns modules which are part of the schema context.
- getModuleSource(ModuleIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getModuleSourcePath() - Method in interface org.opendaylight.yangtools.yang.model.api.SourceStreamAware
-
Deprecated.
Get descriptive source path (usually file path) from which this module was parsed.
- getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
Specifies the rules which the node which contains must
YANG
substatement has to match.
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineContainerStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
Returns the name of the module which is specified as argument of YANG
module
keyword
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BaseStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.CaseStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FeatureStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.GroupingStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnitsStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition.Bit
-
Returns the name of the concrete bit.
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair
-
The name to specify each assigned name of an enumeration type.
- getName() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns model name
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
Returns the namespace of the module which is specified as argument of
YANG
namespace
keyword.
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.NamespaceRevisionAware
-
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getNodeParameter() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Returns name of the unknown node.
- getNodeType() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Returns QName instance with the name of the unknown node.
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns NotificationDefinition
instances which contain data
from notification statements defined in the module.
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns notification definition instances which are defined as the direct
subelements in all YANG modules in the context.
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getOperations() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns rpc definition instances which are defined as the direct
subelements in all YANG modules in the context.
- getOrderedBy() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module organization.
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MetaGroup
-
- getOriginal() - Method in interface org.opendaylight.yangtools.yang.model.api.DerivableSchemaNode
-
If this node is added by uses, returns original node definition from
grouping where it was defined.
- getOriginalDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns Augmentation Definition from which this augmentation is derived
if augmentation was added transitively via augmented uses.
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.RpcDefinition
-
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcStatement
-
- getParent() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Returns the immediate parent SchemaPath.
- getParent() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Returns the immediate parent SchemaPath.
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaNode
-
Returns the schema path of the instance of the type
SchemaNode
SchemaNode
.
- getPath() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.LeafrefSpecification
-
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair
-
Deprecated.
Enum pair SHOULD NOT have schema path, since it's argument is only string and
not QName.
- getPathFromRoot() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Returns the list of nodes which need to be traversed to get from the
starting point (root for absolute SchemaPaths) to the node represented
by this object.
- getPathFromRoot() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Returns the list of nodes which need to be traversed to get from the
starting point (root for absolute SchemaPaths) to the node represented
by this object.
- getPathStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.type.InstanceIdentifierTypeDefinition
-
Deprecated.
This method is deprecated because it is not defined in YANG metamodel. It is scheduled for removal
in Boron release cycle.
- getPathStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
-
- getPathTowardsRoot() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Returns the list of nodes which need to be traversed to get from this
node to the starting point (root for absolute SchemaPaths).
- getPathTowardsRoot() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Returns the list of nodes which need to be traversed to get from this
node to the starting point (root for absolute SchemaPaths).
- getPatternConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
-
Returns patterns specified in the string.
- getPatternConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getPatterns() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.StringRestrictions
-
- getPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitStatement
-
- getPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition.Bit
-
The position value MUST be in the range 0 to 4294967295, and it MUST
be unique within the bits type.
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the prefix of the module
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToStatement
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineContainerStatement
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getQName() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaNode
-
Returns QName of the instance of the type SchemaNode
.
- getQName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair
-
- getQNameModule() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
Returns a
QNameModule
, which contains the namespace and
the revision of the module.
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RangeStatement
-
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.Decimal64Specification
-
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.NumericalRestrictions
-
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
-
Returns range constraints for instance of this type.
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IntegerTypeDefinition
-
Returns Range Constraints defined for given Integer Type.
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnsignedIntegerTypeDefinition
-
Returns range data of the instance of the type
UnsignedIntegerTypeDefinition
.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG reference
keyword.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns reference of the instance of the type SchemaNode
The reference refers to external document that provides additional
information relevant for the instance of this type.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module reference.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup
-
- getRefines() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
-
- getRefines() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Some of the properties of each node in the grouping can be refined with
the "refine" statement.
- getRegularExpression() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a regular expression (pattern).
- getRepresentation() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.InstanceIdentifierSpecification
-
- getResolvedSources() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
Returns the revision date for the module.
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.NamespaceRevisionAware
-
- getRevision() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns revision of source or null if revision was not supplied.
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
-
- getRevisions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionGroup
-
- getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns RpcDefinition
instances which contain data from
rpc statements defined in the module.
- getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getSchemaContext() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContextHolder
-
Deprecated.
- getSchemaContext() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContextProvider
-
- getSchemaOfAnyXmlData() - Method in interface org.opendaylight.yangtools.yang.model.api.YangModeledAnyXmlSchemaNode
-
- getSchemaSource(SourceIdentifier, Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
-
- getSource() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
- getSource() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
- getSource() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinXmlSchemaSource
-
Return an XML
Source
of the YIN document.
- getSource(SourceIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceProvider
-
Returns a representation a for supplied YANG source identifier.
- getSourceId() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException
-
- getSourceIdentifier() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- getStatementName() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns name of the statement
- getStatementName() - Method in enum org.opendaylight.yangtools.yang.model.api.Rfc6020Mapping
-
- getStatementSource() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
-
Returns statement source, which denotes if statement was
explicitly declared in original model or inferred during
semantic processing of model.
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns status of the instance of the type SchemaNode
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup.WithStatus
-
- getSubmodules() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
- getTag() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UniqueStatement
-
- getTargetNode() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AugmentStatement
-
- getTargetNode() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviationStatement
-
- getTargetNode() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
-
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContactStatement
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DescriptionStatement
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrganizationStatement
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ReferenceStatement
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode
-
Returns type of the instance which implements DataSchemaNode
.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafSchemaNode
-
Returns the YANG type
of the instance of the type
LeafSchemaNode
.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeGroup
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
-
Return the concrete representation type.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YangSchemaSourceRepresentation
-
Return the concrete representation type.
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Return the concrete representation type.
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSource
-
Deprecated.
Return the concrete representation type.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSourceRepresentation
-
Return the concrete representation type.
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
-
Return the concrete representation type.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinXmlSchemaSource
-
- getTypeDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeDefinitionAware
-
Return this statement's effective type definition.
- getTypeDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all newly defined types within this DataNodeContainer.
- getTypeDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.RpcDefinition
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer.WithReusableDefinitions
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcStatement
-
- getTypes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.UnionSpecification
-
- getTypes() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnionTypeDefinition
-
Returns type definitions which represent the values of the arguments for
all YANG type
substatement in the main union
statement.
- getUnique() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafSchemaNode
-
Returns the units in which are the values of the leaf
presented.
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeGroup
-
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the unit which represents the value of the argument of the
units
substatement of the YANG typedef
statement.
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns unknown nodes defined in module.
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaNode
-
Returns unknown schema nodes which belongs to this instance of the type
SchemaNode
.
- getUnsatisfiedImports() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
Return the list of sources which failed to resolve along with reasons
why they were not resolved.
- getUri() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NamespaceStatement
-
- getUses() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviateStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorMessageStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FractionDigitsStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LengthStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MaxElementsStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MinElementsStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrderedByStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PathStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PositionStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PrefixStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PresenceStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RequireInstanceStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.StatusStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ValueStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YangVersionStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YinElementStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair
-
The "value" statement, which is optional, is used to associate an
integer value with the assigned name for the enum.
- getValue() - Method in enum org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The the cost value.
- getValues() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition
-
Returns all enumeration values.
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns when statement
If when condition is present node defined by the parent data definition
statement is only valid when the returned XPath
expression conceptually evaluates to "true"
for a particular instance, then the node defined by the parent data
definition statement is valid; otherwise, it is not.
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
Specifies the condition when the data node which contains
when
YANG substatement has to be present.
- getWhenStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConditionalDataDefinition
-
- getXpath() - Method in interface org.opendaylight.yangtools.yang.model.api.MustDefinition
-
Returns XPath expression which contains constraint.
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the YANG version.
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
-
- getYinDocument() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSource
-
Deprecated.
Return schema source as a Yin-compliant Document.
- getYinElement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
-
- GroupingDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'grouping' statement.
- GroupingStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-