public enum PathElementType extends Enum<PathElementType>
| Enum Constant and Description |
|---|
Attribute |
ChildAssoc |
Descendant |
Parent |
Self |
Simple |
SimplePath |
| Modifier and Type | Method and Description |
|---|---|
static PathElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathElementType Attribute
public static final PathElementType ChildAssoc
public static final PathElementType Descendant
public static final PathElementType Parent
public static final PathElementType Self
public static final PathElementType Simple
public static final PathElementType SimplePath
public static PathElementType[] values()
for (PathElementType c : PathElementType.values()) System.out.println(c);
public static PathElementType 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 © 2005–2018 Alfresco Software. All rights reserved.