public static enum PedestrianAttrRecogApp.Algorithm extends Enum<PedestrianAttrRecogApp.Algorithm>
Enum Constant and Description |
---|
DeepMARCaffe2Native
|
EXT
|
Fake
|
Modifier and Type | Method and Description |
---|---|
static PedestrianAttrRecogApp.Algorithm
|
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PedestrianAttrRecogApp.Algorithm[]
|
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PedestrianAttrRecogApp.Algorithm EXT
public static final PedestrianAttrRecogApp.Algorithm DeepMARCaffe2Native
public static final PedestrianAttrRecogApp.Algorithm Fake
public static PedestrianAttrRecogApp.Algorithm[] values()
for (PedestrianAttrRecogApp.Algorithm c : PedestrianAttrRecogApp.Algorithm.values()) System.out.println(c);
public static PedestrianAttrRecogApp.Algorithm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if
the argument is null