Package org.burningwave.graph
Enum ControllableContext.Directive.Functions
java.lang.Object
java.lang.Enum<ControllableContext.Directive.Functions>
org.burningwave.graph.ControllableContext.Directive.Functions
- All Implemented Interfaces:
Serializable,Comparable<ControllableContext.Directive.Functions>,java.lang.constant.Constable,ControllableContext.Directive
- Enclosing interface:
- ControllableContext.Directive
public static enum ControllableContext.Directive.Functions extends Enum<ControllableContext.Directive.Functions> implements ControllableContext.Directive
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classControllableContext.Directive.Functions.ForCollectionNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.burningwave.graph.ControllableContext.Directive
ControllableContext.Directive.Functions -
Enum Constant Summary
Enum Constants Enum Constant Description CONTINUE_PROCESSINGSTOP_PROCESSING -
Method Summary
Modifier and Type Method Description StringgetName()static ControllableContext.Directive.FunctionsvalueOf(String name)Returns the enum constant of this type with the specified name.static ControllableContext.Directive.Functions[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CONTINUE_PROCESSING
-
STOP_PROCESSING
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceControllableContext.Directive
-