public enum TreeScope extends Enum<TreeScope> implements com4j.ComEnum
| Enum Constant and Description |
|---|
TreeScope_Ancestors
The value of this constant is 16
|
TreeScope_Children
The value of this constant is 2
|
TreeScope_Descendants
The value of this constant is 4
|
TreeScope_Element
The value of this constant is 1
|
TreeScope_Parent
The value of this constant is 8
|
TreeScope_Subtree
The value of this constant is 7
|
| Modifier and Type | Method and Description |
|---|---|
int |
comEnumValue() |
static TreeScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeScope TreeScope_Element
The value of this constant is 1
public static final TreeScope TreeScope_Children
The value of this constant is 2
public static final TreeScope TreeScope_Descendants
The value of this constant is 4
public static final TreeScope TreeScope_Parent
The value of this constant is 8
public static final TreeScope TreeScope_Ancestors
The value of this constant is 16
public static final TreeScope TreeScope_Subtree
The value of this constant is 7
public static TreeScope[] values()
for (TreeScope c : TreeScope.values()) System.out.println(c);
public static TreeScope 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 int comEnumValue()
comEnumValue in interface com4j.ComEnumCopyright © 2016. All rights reserved.