public static enum PlanNode.FeedbackPropertiesMeetRequirementsReport extends Enum<PlanNode.FeedbackPropertiesMeetRequirementsReport>
Enum Constant and Description |
---|
MET
Indicates that the question whether the properties are met has been determined true
|
NO_PARTIAL_SOLUTION
Indicates that the path is irrelevant
|
NOT_MET
Indicates that the question whether the properties are met has been determined false
|
PENDING
Indicates that the question whether the properties are met has been determined pending
dependent on global and local properties
|
PENDING_LOCAL_MET
Indicates that the question whether the properties are met has been determined pending
dependent on global properties only
|
Modifier and Type | Method and Description |
---|---|
static PlanNode.FeedbackPropertiesMeetRequirementsReport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanNode.FeedbackPropertiesMeetRequirementsReport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanNode.FeedbackPropertiesMeetRequirementsReport NO_PARTIAL_SOLUTION
public static final PlanNode.FeedbackPropertiesMeetRequirementsReport PENDING
public static final PlanNode.FeedbackPropertiesMeetRequirementsReport PENDING_LOCAL_MET
public static final PlanNode.FeedbackPropertiesMeetRequirementsReport MET
public static final PlanNode.FeedbackPropertiesMeetRequirementsReport NOT_MET
public static PlanNode.FeedbackPropertiesMeetRequirementsReport[] values()
for (PlanNode.FeedbackPropertiesMeetRequirementsReport c : PlanNode.FeedbackPropertiesMeetRequirementsReport.values()) System.out.println(c);
public static PlanNode.FeedbackPropertiesMeetRequirementsReport 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 nullCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.