public enum ELMoLayerOutput extends Enum<ELMoLayerOutput>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
static ELMoLayerOutput |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELMoLayerOutput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELMoLayerOutput TOP
public static final ELMoLayerOutput MIDDLE
public static final ELMoLayerOutput BOTTOM
public static final ELMoLayerOutput AVERAGE
public static ELMoLayerOutput[] values()
for (ELMoLayerOutput c : ELMoLayerOutput.values()) System.out.println(c);
public static ELMoLayerOutput 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 getPath()
Copyright © 2020. All rights reserved.