de.cau.cs.kieler.kiml.gmf.layoutoptions
Interface LayoutOptionsPackage

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

Deprecated. use StringValueStyle instead

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
          Deprecated. 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
          Deprecated. The singleton instance of the package.
static String eNAME
          Deprecated. The package name.
static String eNS_PREFIX
          Deprecated. The package namespace name.
static String eNS_URI
          Deprecated. The package namespace URI.
static int KOPTION
          Deprecated. The meta object id for the 'KOption' class.
static int KOPTION__DEFAULT
          Deprecated. The feature id for the 'Default' attribute.
static int KOPTION__KEY
          Deprecated. The feature id for the 'Key' attribute.
static int KOPTION__VALUE
          Deprecated. The feature id for the 'Value' attribute.
static int KOPTION_FEATURE_COUNT
          Deprecated. The number of structural features of the 'KOption' class.
static int LAYOUT_OPTION_STYLE
          Deprecated. The meta object id for the 'Layout Option Style' class.
static int LAYOUT_OPTION_STYLE__OPTIONS
          Deprecated. The feature id for the 'Options' containment reference list.
static int LAYOUT_OPTION_STYLE_FEATURE_COUNT
          Deprecated. The number of structural features of the 'Layout Option Style' class.
 
Method Summary
 EAttribute getKOption_Default()
          Deprecated. Returns the meta object for the attribute 'Default'.
 EAttribute getKOption_Key()
          Deprecated. Returns the meta object for the attribute 'Key'.
 EAttribute getKOption_Value()
          Deprecated. Returns the meta object for the attribute 'Value'.
 EClass getKOption()
          Deprecated. Returns the meta object for class 'KOption'.
 LayoutOptionsFactory getLayoutOptionsFactory()
          Deprecated. Returns the factory that creates the instances of the model.
 EReference getLayoutOptionStyle_Options()
          Deprecated. Returns the meta object for the containment reference list 'Options'.
 EClass getLayoutOptionStyle()
          Deprecated. 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, eInvoke, 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
Deprecated. 
The package name.

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

eNS_URI

static final String eNS_URI
Deprecated. 
The package namespace URI.

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

eNS_PREFIX

static final String eNS_PREFIX
Deprecated. 
The package namespace name.

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

eINSTANCE

static final LayoutOptionsPackage eINSTANCE
Deprecated. 
The singleton instance of the package.

Generated:
This code was automatically generated.

LAYOUT_OPTION_STYLE

static final int LAYOUT_OPTION_STYLE
Deprecated. 
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__OPTIONS

static final int LAYOUT_OPTION_STYLE__OPTIONS
Deprecated. 
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
Deprecated. 
The number of structural features of the 'Layout Option Style' class.

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

KOPTION

static final int KOPTION
Deprecated. 
The meta object id for the 'KOption' class.

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

KOPTION__KEY

static final int KOPTION__KEY
Deprecated. 
The feature id for the 'Key' attribute.

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

KOPTION__VALUE

static final int KOPTION__VALUE
Deprecated. 
The feature id for the 'Value' attribute.

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

KOPTION__DEFAULT

static final int KOPTION__DEFAULT
Deprecated. 
The feature id for the 'Default' attribute.

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

KOPTION_FEATURE_COUNT

static final int KOPTION_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'KOption' class.

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

getLayoutOptionStyle

EClass getLayoutOptionStyle()
Deprecated. 
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()
Deprecated. 
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.

getKOption

EClass getKOption()
Deprecated. 
Returns the meta object for class 'KOption'.

Returns:
the meta object for class 'KOption'.
See Also:
KOption
Generated:
This code was automatically generated.

getKOption_Key

EAttribute getKOption_Key()
Deprecated. 
Returns the meta object for the attribute 'Key'.

Returns:
the meta object for the attribute 'Key'.
See Also:
KOption.getKey(), getKOption()
Generated:
This code was automatically generated.

getKOption_Value

EAttribute getKOption_Value()
Deprecated. 
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
KOption.getValue(), getKOption()
Generated:
This code was automatically generated.

getKOption_Default

EAttribute getKOption_Default()
Deprecated. 
Returns the meta object for the attribute 'Default'.

Returns:
the meta object for the attribute 'Default'.
See Also:
KOption.isDefault(), getKOption()
Generated:
This code was automatically generated.

getLayoutOptionsFactory

LayoutOptionsFactory getLayoutOptionsFactory()
Deprecated. 
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.