Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.DefaultPolicyType
Package
Description
-
Uses of DefaultPolicyType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009
Modifier and TypeMethodDescriptionstatic @Nullable DefaultPolicyType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable DefaultPolicyType
DefaultPolicyType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.ApplyPolicyConfig.getDefaultExportPolicy()
Return defaultExportPolicy, ornull
if it is not present.ApplyPolicyConfig.getDefaultImportPolicy()
Return defaultImportPolicy, ornull
if it is not present.static @NonNull DefaultPolicyType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull DefaultPolicyType
DefaultPolicyType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull DefaultPolicyType
ApplyPolicyConfig.requireDefaultExportPolicy()
Return defaultExportPolicy, guaranteed to be non-null.default @NonNull DefaultPolicyType
ApplyPolicyConfig.requireDefaultImportPolicy()
Return defaultImportPolicy, guaranteed to be non-null.static DefaultPolicyType
Returns the enum constant of this class with the specified name.static DefaultPolicyType[]
DefaultPolicyType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DefaultPolicyType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.apply.policy.group.apply.policy
Modifier and TypeMethodDescriptionConfigBuilder.getDefaultExportPolicy()
Return current value associated with the property corresponding toApplyPolicyConfig.getDefaultExportPolicy()
.StateBuilder.getDefaultExportPolicy()
Return current value associated with the property corresponding toApplyPolicyConfig.getDefaultExportPolicy()
.ConfigBuilder.getDefaultImportPolicy()
Return current value associated with the property corresponding toApplyPolicyConfig.getDefaultImportPolicy()
.StateBuilder.getDefaultImportPolicy()
Return current value associated with the property corresponding toApplyPolicyConfig.getDefaultImportPolicy()
.Modifier and TypeMethodDescriptionConfigBuilder.setDefaultExportPolicy
(DefaultPolicyType value) Set the property corresponding toApplyPolicyConfig.getDefaultExportPolicy()
to the specified value.StateBuilder.setDefaultExportPolicy
(DefaultPolicyType value) Set the property corresponding toApplyPolicyConfig.getDefaultExportPolicy()
to the specified value.ConfigBuilder.setDefaultImportPolicy
(DefaultPolicyType value) Set the property corresponding toApplyPolicyConfig.getDefaultImportPolicy()
to the specified value.StateBuilder.setDefaultImportPolicy
(DefaultPolicyType value) Set the property corresponding toApplyPolicyConfig.getDefaultImportPolicy()
to the specified value.