public static enum BodyShape.MarginType extends Enum<BodyShape.MarginType>
| Enum Constant and Description |
|---|
DISTANCE
Distance margin type.
|
SCALE_FACTOR
Scale factor margin type.
|
| Modifier and Type | Method and Description |
|---|---|
static BodyShape.MarginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyShape.MarginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodyShape.MarginType DISTANCE
public static final BodyShape.MarginType SCALE_FACTOR
public static BodyShape.MarginType[] values()
for (BodyShape.MarginType c : BodyShape.MarginType.values()) System.out.println(c);
public static BodyShape.MarginType 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 © 2025 CNES. All rights reserved.