Interface FeatureDefinition

All Superinterfaces:
DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<FeatureEffectiveStatement>, SchemaNode
All Known Implementing Classes:
EmptyFeatureEffectiveStatement, RegularFeatureEffectiveStatement

public interface FeatureDefinition extends SchemaNode, EffectiveStatementEquivalent<FeatureEffectiveStatement>
Interface describing YANG 'feature' statement. The feature statement is used to define a mechanism by which portions of the schema are marked as conditional. A feature name can later be referenced using the 'if-feature' statement.