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.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status |
Modifier and Type | Method and Description |
---|---|
Status |
OperationAsContainer.getStatus() |
Modifier and Type | Method and Description |
---|---|
@NonNull 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 |
---|---|
default @NonNull Status |
StatusStatement.getValue() |
Modifier and Type | Method and Description |
---|---|
ChoiceCaseNodeBuilder |
ChoiceCaseNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
NotificationDefinitionBuilder |
NotificationDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.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. |
Uint64TypeDefinitionBuilder |
Uint64TypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
Uint32TypeDefinitionBuilder |
Uint32TypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
Uint16TypeDefinitionBuilder |
Uint16TypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
Uint8TypeDefinitionBuilder |
Uint8TypeDefinitionBuilder.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. |
Int64TypeDefinitionBuilder |
Int64TypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
Int32TypeDefinitionBuilder |
Int32TypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
Int16TypeDefinitionBuilder |
Int16TypeDefinitionBuilder.status(Status status)
Initializes the value for the
status attribute. |
Int8TypeDefinitionBuilder |
Int8TypeDefinitionBuilder.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. |
Modifier and Type | Method and Description |
---|---|
Status |
EffectiveAugmentationSchema.getStatus() |
Status |
AbstractSchemaContext.getStatus() |
Modifier and Type | Method and Description |
---|---|
BitBuilder |
BitBuilder.setStatus(Status status) |
void |
DerivedTypeBuilder.setStatus(@NonNull Status status) |
EnumPairBuilder |
EnumPairBuilder.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
AbstractEffectiveDocumentedNode.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
ImplicitCaseSchemaNode.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
StatusStatementSupport.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<Status,StatusStatement> |
StatusStatementSupport.createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
StatusStatement |
StatusStatementSupport.createDeclared(StmtContext<Status,StatusStatement,?> ctx) |
EffectiveStatement<Status,StatusStatement> |
StatusStatementSupport.createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx) |
EffectiveStatement<Status,StatusStatement> |
StatusStatementSupport.createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx) |
Copyright © 2019 OpenDaylight. All rights reserved.