public enum TFrame extends Enum<TFrame>
Java class for TFrame.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TFrame"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="void"/> <enumeration value="above"/> <enumeration value="below"/> <enumeration value="hsides"/> <enumeration value="lhs"/> <enumeration value="rhs"/> <enumeration value="vsides"/> <enumeration value="box"/> <enumeration value="border"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ABOVE |
BELOW |
BORDER |
BOX |
HSIDES |
LHS |
RHS |
VOID |
VSIDES |
Modifier and Type | Method and Description |
---|---|
static TFrame |
fromValue(String v) |
String |
value() |
static TFrame |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TFrame[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TFrame VOID
public static final TFrame ABOVE
public static final TFrame BELOW
public static final TFrame HSIDES
public static final TFrame LHS
public static final TFrame RHS
public static final TFrame VSIDES
public static final TFrame BOX
public static final TFrame BORDER
public static TFrame[] values()
for (TFrame c : TFrame.values()) System.out.println(c);
public static TFrame 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 value()
Copyright © 2021 Project Mixer2. All rights reserved.