public static enum SetOperationCornerCases.IntersectAction extends Enum<SetOperationCornerCases.IntersectAction>
Enum Constant and Description |
---|
DEGEN_MIN_0_F |
EMPTY_1_0_T |
FULL_INTERSECT |
Modifier and Type | Method and Description |
---|---|
String |
getActionDescription() |
String |
getActionId() |
static SetOperationCornerCases.IntersectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetOperationCornerCases.IntersectAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetOperationCornerCases.IntersectAction DEGEN_MIN_0_F
public static final SetOperationCornerCases.IntersectAction EMPTY_1_0_T
public static final SetOperationCornerCases.IntersectAction FULL_INTERSECT
public static SetOperationCornerCases.IntersectAction[] values()
for (SetOperationCornerCases.IntersectAction c : SetOperationCornerCases.IntersectAction.values()) System.out.println(c);
public static SetOperationCornerCases.IntersectAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionId()
public String getActionDescription()
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.