public static enum DGraphAddressFunction.DGraphSubFunction extends java.lang.Enum<DGraphAddressFunction.DGraphSubFunction>
Enum Constant and Description |
---|
ANC |
HEAD |
LDEP |
LDESC |
LSIB |
PANC |
PLDESC |
PRDESC |
PRED |
RDEP |
RDEP2 |
RDESC |
RSIB |
SUCC |
Modifier and Type | Method and Description |
---|---|
static DGraphAddressFunction.DGraphSubFunction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DGraphAddressFunction.DGraphSubFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DGraphAddressFunction.DGraphSubFunction HEAD
public static final DGraphAddressFunction.DGraphSubFunction LDEP
public static final DGraphAddressFunction.DGraphSubFunction RDEP
public static final DGraphAddressFunction.DGraphSubFunction RDEP2
public static final DGraphAddressFunction.DGraphSubFunction LSIB
public static final DGraphAddressFunction.DGraphSubFunction RSIB
public static final DGraphAddressFunction.DGraphSubFunction PRED
public static final DGraphAddressFunction.DGraphSubFunction SUCC
public static final DGraphAddressFunction.DGraphSubFunction ANC
public static final DGraphAddressFunction.DGraphSubFunction PANC
public static final DGraphAddressFunction.DGraphSubFunction LDESC
public static final DGraphAddressFunction.DGraphSubFunction PLDESC
public static final DGraphAddressFunction.DGraphSubFunction RDESC
public static final DGraphAddressFunction.DGraphSubFunction PRDESC
public static DGraphAddressFunction.DGraphSubFunction[] values()
for (DGraphAddressFunction.DGraphSubFunction c : DGraphAddressFunction.DGraphSubFunction.values()) System.out.println(c);
public static DGraphAddressFunction.DGraphSubFunction 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 nullCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.