Package | Description |
---|---|
org.eclipse.emfforms.coffee.model.coffee | |
org.eclipse.emfforms.coffee.model.coffee.impl |
Modifier and Type | Field and Description |
---|---|
static List<SocketConnectorType> |
SocketConnectorType.VALUES
A public read-only list of all the 'Socket Connector Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static SocketConnectorType |
SocketConnectorType.get(int value)
Returns the 'Socket Connector Type' literal with the specified integer value.
|
static SocketConnectorType |
SocketConnectorType.get(String literal)
Returns the 'Socket Connector Type' literal with the specified literal value.
|
static SocketConnectorType |
SocketConnectorType.getByName(String name)
Returns the 'Socket Connector Type' literal with the specified name.
|
SocketConnectorType |
Processor.getSocketconnectorType()
Returns the value of the 'Socketconnector Type' attribute.
|
static SocketConnectorType |
SocketConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketConnectorType[] |
SocketConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Processor.setSocketconnectorType(SocketConnectorType value)
Sets the value of the '
Socketconnector Type ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static SocketConnectorType |
ProcessorImpl.SOCKETCONNECTOR_TYPE_EDEFAULT
The default value of the '
Socketconnector Type ' attribute. |
protected SocketConnectorType |
ProcessorImpl.socketconnectorType
The cached value of the '
Socketconnector Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
SocketConnectorType |
CoffeeFactoryImpl.createSocketConnectorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SocketConnectorType |
ProcessorImpl.getSocketconnectorType() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorImpl.setSocketconnectorType(SocketConnectorType newSocketconnectorType) |
Copyright © 2018. All rights reserved.