Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.with.defaults.rev110601.WithDefaultsMode
-
-
Uses of WithDefaultsMode in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.with.defaults.rev110601
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.with.defaults.rev110601 that return WithDefaultsMode Modifier and Type Method Description static WithDefaultsModeWithDefaultsMode. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.WithDefaultsModeCopyConfigInput1Builder. getWithDefaults()WithDefaultsModeGetConfigInput1Builder. getWithDefaults()WithDefaultsModeGetInput1Builder. getWithDefaults()WithDefaultsModeWithDefaultsParameters. getWithDefaults()Return withDefaults, ornullif it is not present.static WithDefaultsModeWithDefaultsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WithDefaultsMode[]WithDefaultsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.with.defaults.rev110601 that return types with arguments of type WithDefaultsMode Modifier and Type Method Description static Optional<WithDefaultsMode>WithDefaultsMode. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.with.defaults.rev110601 with parameters of type WithDefaultsMode Modifier and Type Method Description CopyConfigInput1BuilderCopyConfigInput1Builder. setWithDefaults(WithDefaultsMode value)GetConfigInput1BuilderGetConfigInput1Builder. setWithDefaults(WithDefaultsMode value)GetInput1BuilderGetInput1Builder. setWithDefaults(WithDefaultsMode value)
-