@Beta
public interface DeviateDefinition
The 'deviate' statement defines how the device's implementation of the target node deviates from its original definition. The argument is one of the strings "not-supported", "add", "replace", or "delete".
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeviatedConfig()
Returns deviated config value.
|
String |
getDeviatedDefault()
Returns deviated default value.
|
Boolean |
getDeviatedMandatory()
Returns deviated mandatory value.
|
Integer |
getDeviatedMaxElements()
Returns deviated max-elements.
|
Integer |
getDeviatedMinElements()
Returns deviated min-elements.
|
Set<MustDefinition> |
getDeviatedMusts()
Returns deviated must statements.
|
TypeDefinition<?> |
getDeviatedType()
Returns deviated type statement.
|
Collection<UniqueConstraint> |
getDeviatedUniques()
Returns deviated unique statements.
|
String |
getDeviatedUnits()
Returns deviated units statement.
|
DeviateKind |
getDeviateType()
Return deviation kind.
|
DeviateKind getDeviateType()
Boolean getDeviatedConfig()
String getDeviatedDefault()
Boolean getDeviatedMandatory()
Integer getDeviatedMaxElements()
Integer getDeviatedMinElements()
Set<MustDefinition> getDeviatedMusts()
TypeDefinition<?> getDeviatedType()
Collection<UniqueConstraint> getDeviatedUniques()
String getDeviatedUnits()
Copyright © 2019 OpenDaylight. All rights reserved.