public static enum IChildNode.NodeRelation extends java.lang.Enum<IChildNode.NodeRelation>
Enum Constant and Description |
---|
PrivateInheritance |
ProtectedInheritance |
PublicInheritance |
TemplateInstance |
Usage |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static IChildNode.NodeRelation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChildNode.NodeRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChildNode.NodeRelation PublicInheritance
public static final IChildNode.NodeRelation ProtectedInheritance
public static final IChildNode.NodeRelation PrivateInheritance
public static final IChildNode.NodeRelation Usage
public static final IChildNode.NodeRelation TemplateInstance
public static IChildNode.NodeRelation[] values()
for (IChildNode.NodeRelation c : IChildNode.NodeRelation.values()) System.out.println(c);
public static IChildNode.NodeRelation 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 nullpublic int value()