public static enum PlanNode.FeedbackPropertiesMeetRequirementsReport extends Enum<PlanNode.FeedbackPropertiesMeetRequirementsReport>
| 枚举常量和说明 |
|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PlanNode.FeedbackPropertiesMeetRequirementsReport |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PlanNode.FeedbackPropertiesMeetRequirementsReport[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.