Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.util | |
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
org.opendaylight.yangtools.yang.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
org.opendaylight.yangtools.yang.model.util.type | |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
Status |
RpcAsContainer.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
AugmentationSchema.getStatus() |
Status |
DocumentedNode.WithStatus.getStatus()
Returns status of the instance of the type
SchemaNode |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Status |
StatusStatement.getValue() |
Modifier and Type | Method and Description |
---|---|
UnsignedIntegerTypeDefinitionBuilder |
UnsignedIntegerTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
UnionTypeDefinitionBuilder |
UnionTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
StringTypeDefinitionBuilder |
StringTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
LeafrefTypeDefinitionBuilder |
LeafrefTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
InstanceIdentifierTypeDefinitionBuilder |
InstanceIdentifierTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
IntegerTypeDefinitionBuilder |
IntegerTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
IdentityrefTypeDefinitionBuilder |
IdentityrefTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
EnumPairBuilder |
EnumPairBuilder.status(Status status)
Initializes the value for the
status attribute. |
EnumTypeDefinitionBuilder |
EnumTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
EmptyTypeDefinitionBuilder |
EmptyTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
DecimalTypeDefinitionBuilder |
DecimalTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
BooleanTypeDefinitionBuilder |
BooleanTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
BitBuilder |
BitBuilder.status(Status status)
Initializes the value for the
status attribute. |
BitsTypeDefinitionBuilder |
BitsTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
BinaryTypeDefinitionBuilder |
BinaryTypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
RpcDefinitionBuilder |
RpcDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
LeafSchemaNodeBuilder |
LeafSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
IdentitySchemaNodeBuilder |
IdentitySchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
FeatureDefinitionBuilder |
FeatureDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
ExtensionDefinitionBuilder |
ExtensionDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
AnyXmlSchemaNodeBuilder |
AnyXmlSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
AnyDataSchemaNodeBuilder |
AnyDataSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
ActionDefinitionBuilder |
ActionDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
ChoiceCaseNodeBuilder |
ChoiceCaseNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
NotificationDefinitionBuilder |
NotificationDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
SchemaContextBuilder |
SchemaContextBuilder.status(Status status)
Initializes the value for the
status attribute. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
Modifier and Type | Method and Description |
---|---|
Status |
AbstractSchemaContext.getStatus() |
Status |
EffectiveAugmentationSchema.getStatus() |
Modifier and Type | Method and Description |
---|---|
EnumPairBuilder |
EnumPairBuilder.setStatus(Status status) |
void |
DerivedTypeBuilder.setStatus(Status status) |
BitBuilder |
BitBuilder.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
StatusStatementImpl.getValue() |
Status |
StatusStatementImpl.Definition.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<Status,StatusStatement> |
StatusStatementImpl.Definition.createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
StatusStatement |
StatusStatementImpl.Definition.createDeclared(StmtContext<Status,StatusStatement,?> ctx) |
EffectiveStatement<Status,StatusStatement> |
StatusStatementImpl.Definition.createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx) |
EffectiveStatement<Status,StatusStatement> |
StatusStatementImpl.Definition.createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx) |
Constructor and Description |
---|
StatusStatementImpl(StmtContext<Status,StatusStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
Status |
AbstractEffectiveDocumentedNode.getStatus() |
Constructor and Description |
---|
StatusEffectiveStatementImpl(StmtContext<Status,StatusStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.