Modifier and Type | Method and Description |
---|---|
static Conference.GeneralOption |
Conference.GeneralOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conference.GeneralOption[] |
Conference.GeneralOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Conference.getGeneralOption_String(Conference.GeneralOption option)
Get general option has String.
|
boolean |
Conference.hasGeneralOption(Conference.GeneralOption option)
Check if a general option has been set.
|
void |
Conference.setGeneralOption(Conference.GeneralOption option,
String value)
Set a general option.
|
Copyright © 2015. All rights reserved.