public enum swZoneSizeDistribution_e extends java.lang.Enum<swZoneSizeDistribution_e>
Enum Constant and Description |
---|
swZoneSizeDistribution_50mmFromCenter |
swZoneSizeDistribution_EvenlySized |
Modifier and Type | Method and Description |
---|---|
static swZoneSizeDistribution_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swZoneSizeDistribution_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swZoneSizeDistribution_e swZoneSizeDistribution_50mmFromCenter
public static final swZoneSizeDistribution_e swZoneSizeDistribution_EvenlySized
public static swZoneSizeDistribution_e[] values()
for (swZoneSizeDistribution_e c : swZoneSizeDistribution_e.values()) System.out.println(c);
public static swZoneSizeDistribution_e 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 null