| Package | Description |
|---|---|
| de.dentrassi.varlink.idl.varlinkIdl | |
| de.dentrassi.varlink.idl.varlinkIdl.impl | |
| de.dentrassi.varlink.idl.varlinkIdl.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicType
A representation of the model object 'Basic Type'.
|
interface |
Enum
A representation of the model object 'Enum'.
|
interface |
TypeReference
A representation of the model object 'Type Reference'.
|
| Modifier and Type | Method and Description |
|---|---|
ElementType |
VarlinkIdlFactory.createElementType()
Returns a new object of class 'Element Type'.
|
ElementType |
Field.getType()
Returns the value of the 'Type' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setType(ElementType value)
Sets the value of the '
Type' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTypeImpl
An implementation of the model object 'Basic Type'.
|
class |
ElementTypeImpl
An implementation of the model object 'Element Type'.
|
class |
EnumImpl
An implementation of the model object 'Enum'.
|
class |
TypeReferenceImpl
An implementation of the model object 'Type Reference'.
|
| Modifier and Type | Field and Description |
|---|---|
protected ElementType |
FieldImpl.type
The cached value of the '
Type' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
ElementType |
VarlinkIdlFactoryImpl.createElementType() |
ElementType |
FieldImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
FieldImpl.basicSetType(ElementType newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FieldImpl.setType(ElementType newType) |
| Modifier and Type | Method and Description |
|---|---|
T |
VarlinkIdlSwitch.caseElementType(ElementType object)
Returns the result of interpreting the object as an instance of 'Element Type'.
|
Copyright © 2017–2018. All rights reserved.