public static enum CompositeKernel.Normalize extends Enum<CompositeKernel.Normalize>
Modifier and Type | Method and Description |
---|---|
static CompositeKernel.Normalize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeKernel.Normalize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeKernel.Normalize BOTH
public static final CompositeKernel.Normalize NEITHER
public static final CompositeKernel.Normalize TREE
public static final CompositeKernel.Normalize VECTOR
public static CompositeKernel.Normalize 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 nullpublic static CompositeKernel.Normalize[] values()
for (CompositeKernel.Normalize c : CompositeKernel.Normalize.values()) System.out.println(c);
Copyright © 2014. All rights reserved.