de.cau.cs.kieler.kiml.ui.layout.layoutoptions
Interface LayoutOptionsPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
LayoutOptionsPackageImpl

public interface LayoutOptionsPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
LayoutOptionsFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface LayoutOptionsPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static LayoutOptionsPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int LAYOUT_OPTION_STYLE
          The meta object id for the 'Layout Option Style' class.
static int LAYOUT_OPTION_STYLE__CONTENTS
          The feature id for the 'Contents' containment reference list.
static int LAYOUT_OPTION_STYLE__DETAILS
          The feature id for the 'Details' map.
static int LAYOUT_OPTION_STYLE__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int LAYOUT_OPTION_STYLE__EMODEL_ELEMENT
          The feature id for the 'EModel Element' container reference.
static int LAYOUT_OPTION_STYLE__OPTIONS
          The feature id for the 'Options' containment reference list.
static int LAYOUT_OPTION_STYLE__REFERENCES
          The feature id for the 'References' reference list.
static int LAYOUT_OPTION_STYLE__SOURCE
          The feature id for the 'Source' attribute.
static int LAYOUT_OPTION_STYLE_FEATURE_COUNT
          The number of structural features of the 'Layout Option Style' class.
 
Method Summary
 LayoutOptionsFactory getLayoutOptionsFactory()
          Returns the factory that creates the instances of the model.
 EReference getLayoutOptionStyle_Options()
          Returns the meta object for the containment reference list 'Options'.
 EClass getLayoutOptionStyle()
          Returns the meta object for class 'Layout Option Style'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final LayoutOptionsPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

LAYOUT_OPTION_STYLE

static final int LAYOUT_OPTION_STYLE
The meta object id for the 'Layout Option Style' class.

See Also:
LayoutOptionStyleImpl, LayoutOptionsPackageImpl.getLayoutOptionStyle(), Constant Field Values
Generated:
This code was automatically generated.

LAYOUT_OPTION_STYLE__EANNOTATIONS

static final int LAYOUT_OPTION_STYLE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE__SOURCE

static final int LAYOUT_OPTION_STYLE__SOURCE
The feature id for the 'Source' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE__DETAILS

static final int LAYOUT_OPTION_STYLE__DETAILS
The feature id for the 'Details' map.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE__EMODEL_ELEMENT

static final int LAYOUT_OPTION_STYLE__EMODEL_ELEMENT
The feature id for the 'EModel Element' container reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE__CONTENTS

static final int LAYOUT_OPTION_STYLE__CONTENTS
The feature id for the 'Contents' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE__REFERENCES

static final int LAYOUT_OPTION_STYLE__REFERENCES
The feature id for the 'References' reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE__OPTIONS

static final int LAYOUT_OPTION_STYLE__OPTIONS
The feature id for the 'Options' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_STYLE_FEATURE_COUNT

static final int LAYOUT_OPTION_STYLE_FEATURE_COUNT
The number of structural features of the 'Layout Option Style' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered
Method Detail

getLayoutOptionStyle

EClass getLayoutOptionStyle()
Returns the meta object for class 'Layout Option Style'.

Returns:
the meta object for class 'Layout Option Style'.
See Also:
LayoutOptionStyle
Generated:
This code was automatically generated.

getLayoutOptionStyle_Options

EReference getLayoutOptionStyle_Options()
Returns the meta object for the containment reference list 'Options'.

Returns:
the meta object for the containment reference list 'Options'.
See Also:
LayoutOptionStyle.getOptions(), getLayoutOptionStyle()
Generated:
This code was automatically generated.

getLayoutOptionsFactory

LayoutOptionsFactory getLayoutOptionsFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.