| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<SmtpProtocol> |
SmtpProtocol.VALUES
A public read-only list of all the 'Smtp Protocol' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SmtpProtocol |
SmtpProtocol.get(int value)
Returns the 'Smtp Protocol' literal with the specified integer value.
|
static SmtpProtocol |
SmtpProtocol.get(String literal)
Returns the 'Smtp Protocol' literal with the specified literal value.
|
static SmtpProtocol |
SmtpProtocol.getByName(String name)
Returns the 'Smtp Protocol' literal with the specified name.
|
SmtpProtocol |
ServerSettings.getSmtpProtocol()
Returns the value of the 'Smtp Protocol' attribute.
|
static SmtpProtocol |
SmtpProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtpProtocol[] |
SmtpProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSettings.setSmtpProtocol(SmtpProtocol value)
Sets the value of the '
Smtp Protocol' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SmtpProtocol |
StoreFactoryImpl.createSmtpProtocolFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SmtpProtocol |
ServerSettingsImpl.getSmtpProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSettingsImpl.setSmtpProtocol(SmtpProtocol newSmtpProtocol) |
Copyright © 2018 OpenSource BIM. All rights reserved.