public static enum XTCEViewerContainerDrawing.Orientation extends Enum<XTCEViewerContainerDrawing.Orientation>
| Enum Constant and Description |
|---|
LEFT_TO_RIGHT |
TOP_TO_BOTTOM |
| Modifier and Type | Method and Description |
|---|---|
static XTCEViewerContainerDrawing.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XTCEViewerContainerDrawing.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XTCEViewerContainerDrawing.Orientation LEFT_TO_RIGHT
public static final XTCEViewerContainerDrawing.Orientation TOP_TO_BOTTOM
public static XTCEViewerContainerDrawing.Orientation[] values()
for (XTCEViewerContainerDrawing.Orientation c : XTCEViewerContainerDrawing.Orientation.values()) System.out.println(c);
public static XTCEViewerContainerDrawing.Orientation 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 © 2015–2019. All rights reserved.