public static enum HeadFinderBase.HeadSearchDirection extends Enum<HeadFinderBase.HeadSearchDirection>
Modifier and Type | Method and Description |
---|---|
static HeadFinderBase.HeadSearchDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadFinderBase.HeadSearchDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeadFinderBase.HeadSearchDirection Left
public static final HeadFinderBase.HeadSearchDirection Right
public static final HeadFinderBase.HeadSearchDirection LeftDis
public static final HeadFinderBase.HeadSearchDirection RightDis
public static HeadFinderBase.HeadSearchDirection[] values()
for (HeadFinderBase.HeadSearchDirection c : HeadFinderBase.HeadSearchDirection.values()) System.out.println(c);
public static HeadFinderBase.HeadSearchDirection 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 © 2017. All rights reserved.