Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.DefaultPolicyType
Packages that use DefaultPolicyType
Package
Description
-
Uses of DefaultPolicyType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009 that return DefaultPolicyTypeModifier and TypeMethodDescriptionstatic @Nullable DefaultPolicyTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable DefaultPolicyTypeDefaultPolicyType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.ApplyPolicyConfig.getDefaultExportPolicy()Return defaultExportPolicy, ornullif it is not present.ApplyPolicyConfig.getDefaultImportPolicy()Return defaultImportPolicy, ornullif it is not present.static @NonNull DefaultPolicyTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull DefaultPolicyTypeDefaultPolicyType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull DefaultPolicyTypeApplyPolicyConfig.requireDefaultExportPolicy()Return defaultExportPolicy, guaranteed to be non-null.default @NonNull DefaultPolicyTypeApplyPolicyConfig.requireDefaultImportPolicy()Return defaultImportPolicy, guaranteed to be non-null.static DefaultPolicyTypeReturns 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.apply.policy.group.apply.policy that return DefaultPolicyTypeModifier 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().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.apply.policy.group.apply.policy with parameters of type DefaultPolicyTypeModifier 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.