public static enum SLConference.Layout extends java.lang.Enum<SLConference.Layout>
| Enum Constant and Description |
|---|
equal_panes |
large_speaker |
speaker_only |
speaker_with_strip |
| Modifier and Type | Method and Description |
|---|---|
static SLConference.Layout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SLConference.Layout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SLConference.Layout speaker_with_strip
public static final SLConference.Layout equal_panes
public static final SLConference.Layout speaker_only
public static final SLConference.Layout large_speaker
public static SLConference.Layout[] values()
for (SLConference.Layout c : SLConference.Layout.values()) System.out.println(c);
public static SLConference.Layout 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 nullCopyright © 2021. All Rights Reserved.