@Beta
public interface DeviateDefinition
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeviatedConfig() |
String |
getDeviatedDefault() |
Boolean |
getDeviatedMandatory() |
Integer |
getDeviatedMaxElements() |
Integer |
getDeviatedMinElements() |
Set<MustDefinition> |
getDeviatedMusts() |
TypeDefinition<?> |
getDeviatedType() |
Collection<UniqueConstraint> |
getDeviatedUniques() |
String |
getDeviatedUnits() |
DeviateKind |
getDeviateType() |
DeviateKind getDeviateType()
Boolean getDeviatedConfig()
String getDeviatedDefault()
Boolean getDeviatedMandatory()
Integer getDeviatedMaxElements()
Integer getDeviatedMinElements()
Set<MustDefinition> getDeviatedMusts()
TypeDefinition<?> getDeviatedType()
Collection<UniqueConstraint> getDeviatedUniques()
String getDeviatedUnits()
Copyright © 2018 OpenDaylight. All rights reserved.