public static enum ProfileProcessor.Shape extends Enum<ProfileProcessor.Shape>
Enum Constant and Description |
---|
CENTERLINE |
CIRCLE |
DISK |
HYPERSPHERE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ProfileProcessor.Shape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileProcessor.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileProcessor.Shape CENTERLINE
public static final ProfileProcessor.Shape CIRCLE
public static final ProfileProcessor.Shape DISK
public static final ProfileProcessor.Shape HYPERSPHERE
public static ProfileProcessor.Shape[] values()
for (ProfileProcessor.Shape c : ProfileProcessor.Shape.values()) System.out.println(c);
public static ProfileProcessor.Shape 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 String toString()
toString
in class Enum<ProfileProcessor.Shape>
Copyright © 2015–2021 Fiji. All rights reserved.