java.io.Serializable, java.lang.Comparable<LabelExpressionHandlingHelper.LabelApplicabilityStatus>public static enum LabelExpressionHandlingHelper.LabelApplicabilityStatus extends java.lang.Enum<LabelExpressionHandlingHelper.LabelApplicabilityStatus>
| Enum Constant | Description |
|---|---|
NODE_DOES_NOT_HAVE_LABEL |
|
NODE_HAS_LABEL |
|
NOT_APPLICABLE |
| Modifier and Type | Method | Description |
|---|---|---|
static LabelExpressionHandlingHelper.LabelApplicabilityStatus |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LabelExpressionHandlingHelper.LabelApplicabilityStatus[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelExpressionHandlingHelper.LabelApplicabilityStatus NOT_APPLICABLE
public static final LabelExpressionHandlingHelper.LabelApplicabilityStatus NODE_HAS_LABEL
public static final LabelExpressionHandlingHelper.LabelApplicabilityStatus NODE_DOES_NOT_HAVE_LABEL
public static LabelExpressionHandlingHelper.LabelApplicabilityStatus[] values()
for (LabelExpressionHandlingHelper.LabelApplicabilityStatus c : LabelExpressionHandlingHelper.LabelApplicabilityStatus.values()) System.out.println(c);
public static LabelExpressionHandlingHelper.LabelApplicabilityStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.