@Beta public interface DocumentedDeclaredStatement<T> extends DeclaredStatement<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
DocumentedDeclaredStatement.WithStatus<T> |
Modifier and Type | Method and Description |
---|---|
default @NonNull Optional<DescriptionStatement> |
getDescription()
Return description statement, if available.
|
default @NonNull Optional<ReferenceStatement> |
getReference()
Return description statement, if available.
|
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
argument, getStatementSource, statementDefinition
default @NonNull Optional<DescriptionStatement> getDescription()
default @NonNull Optional<ReferenceStatement> getReference()
Copyright © 2019 OpenDaylight. All rights reserved.