public static enum VttCue.Vertical extends Enum<VttCue.Vertical>
Modifier and Type | Method and Description |
---|---|
String |
getVerticalName() |
void |
setVerticalName(String verticalName) |
static VttCue.Vertical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VttCue.Vertical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VttCue.Vertical lr
public static final VttCue.Vertical rl
public static VttCue.Vertical[] values()
for (VttCue.Vertical c : VttCue.Vertical.values()) System.out.println(c);
public static VttCue.Vertical 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 getVerticalName()
public void setVerticalName(String verticalName)
Copyright © 2015. All rights reserved.