Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.ActionType
-
-
Uses of ActionType in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214 that return ActionType Modifier and Type Method Description static ActionTypeActionType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.ActionTypeNacm. getExecDefault()Return execDefault, ornullif it is not present.ActionTypeNacmBuilder. getExecDefault()ActionTypeNacm. getReadDefault()Return readDefault, ornullif it is not present.ActionTypeNacmBuilder. getReadDefault()ActionTypeNacm. getWriteDefault()Return writeDefault, ornullif it is not present.ActionTypeNacmBuilder. getWriteDefault()default @NonNull ActionTypeNacm. requireExecDefault()Return execDefault, guaranteed to be non-null.default @NonNull ActionTypeNacm. requireReadDefault()Return readDefault, guaranteed to be non-null.default @NonNull ActionTypeNacm. requireWriteDefault()Return writeDefault, guaranteed to be non-null.static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. 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.acm.rev180214 that return types with arguments of type ActionType Modifier and Type Method Description static Optional<ActionType>ActionType. 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.acm.rev180214 with parameters of type ActionType Modifier and Type Method Description NacmBuilderNacmBuilder. setExecDefault(ActionType value)NacmBuilderNacmBuilder. setReadDefault(ActionType value)NacmBuilderNacmBuilder. setWriteDefault(ActionType value) -
Uses of ActionType in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list that return ActionType Modifier and Type Method Description ActionTypeRule. getAction()Return action, ornullif it is not present.ActionTypeRuleBuilder. getAction()default @NonNull ActionTypeRule. requireAction()Return action, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.rule.list with parameters of type ActionType Modifier and Type Method Description RuleBuilderRuleBuilder. setAction(ActionType value)
-