public static enum LabelManager.LabelApplicabilityStatus extends Enum<LabelManager.LabelApplicabilityStatus>
| Enum Constant and Description |
|---|
NODE_DOES_NOT_HAVE_LABEL |
NODE_HAS_LABEL |
NOT_APPLICABLE |
| Modifier and Type | Method and Description |
|---|---|
static LabelManager.LabelApplicabilityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelManager.LabelApplicabilityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelManager.LabelApplicabilityStatus NOT_APPLICABLE
public static final LabelManager.LabelApplicabilityStatus NODE_HAS_LABEL
public static final LabelManager.LabelApplicabilityStatus NODE_DOES_NOT_HAVE_LABEL
public static LabelManager.LabelApplicabilityStatus[] values()
for (LabelManager.LabelApplicabilityStatus c : LabelManager.LabelApplicabilityStatus.values()) System.out.println(c);
public static LabelManager.LabelApplicabilityStatus 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 Apache Software Foundation. All Rights Reserved.