|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kwebs.servicedata.impl.LayoutOptionImpl
public class LayoutOptionImpl
An implementation of the model object 'Layout Option'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected boolean |
advanced
The cached value of the ' Advanced ' attribute. |
protected static boolean |
ADVANCED_EDEFAULT
The default value of the ' Advanced ' attribute. |
protected static String |
APPLIES_TO_EDEFAULT
The default value of the ' Applies To ' attribute. |
protected String |
appliesTo
The cached value of the ' Applies To ' attribute. |
protected String |
default_
The cached value of the ' Default ' attribute. |
protected static String |
DEFAULT_EDEFAULT
The default value of the ' Default ' attribute. |
protected String |
description
The cached value of the ' Description ' attribute. |
protected static String |
DESCRIPTION_EDEFAULT
The default value of the ' Description ' attribute. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected String |
implementation
The cached value of the ' Implementation ' attribute. |
protected static String |
IMPLEMENTATION_EDEFAULT
The default value of the ' Implementation ' attribute. |
protected String |
name
The cached value of the ' Name ' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected RemoteEnum |
remoteEnum
The cached value of the ' Remote Enum ' containment reference. |
protected String |
type
The cached value of the ' Type ' attribute. |
protected static String |
TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
LayoutOptionImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetRemoteEnum(RemoteEnum newRemoteEnum,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getAppliesTo()
|
String |
getDefault()
|
String |
getDescription()
|
String |
getId()
|
String |
getImplementation()
|
String |
getName()
|
RemoteEnum |
getRemoteEnum()
|
String |
getType()
|
boolean |
isAdvanced()
|
void |
setAdvanced(boolean newAdvanced)
|
void |
setAppliesTo(String newAppliesTo)
|
void |
setDefault(String newDefault)
|
void |
setDescription(String newDescription)
|
void |
setId(String newId)
|
void |
setImplementation(String newImplementation)
|
void |
setName(String newName)
|
void |
setRemoteEnum(RemoteEnum newRemoteEnum)
|
void |
setType(String newType)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
protected static final String TYPE_EDEFAULT
Type
' attribute.
getType()
protected String type
Type
' attribute.
getType()
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protected static final String DESCRIPTION_EDEFAULT
Description
' attribute.
getDescription()
protected String description
Description
' attribute.
getDescription()
protected static final String APPLIES_TO_EDEFAULT
Applies To
' attribute.
getAppliesTo()
protected String appliesTo
Applies To
' attribute.
getAppliesTo()
protected static final String DEFAULT_EDEFAULT
Default
' attribute.
getDefault()
protected String default_
Default
' attribute.
getDefault()
protected static final boolean ADVANCED_EDEFAULT
Advanced
' attribute.
isAdvanced()
,
Constant Field Valuesprotected boolean advanced
Advanced
' attribute.
isAdvanced()
protected RemoteEnum remoteEnum
Remote Enum
' containment reference.
getRemoteEnum()
protected static final String IMPLEMENTATION_EDEFAULT
Implementation
' attribute.
getImplementation()
protected String implementation
Implementation
' attribute.
getImplementation()
Constructor Detail |
---|
protected LayoutOptionImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getId()
getId
in interface LayoutOption
LayoutOption.setId(String)
,
ServiceDataPackage.getLayoutOption_Id()
public void setId(String newId)
setId
in interface LayoutOption
newId
- the new value of the 'Id' attribute.LayoutOption.getId()
public String getType()
getType
in interface LayoutOption
LayoutOption.setType(String)
,
ServiceDataPackage.getLayoutOption_Type()
public void setType(String newType)
setType
in interface LayoutOption
newType
- the new value of the 'Type' attribute.LayoutOption.getType()
public String getName()
getName
in interface LayoutOption
LayoutOption.setName(String)
,
ServiceDataPackage.getLayoutOption_Name()
public void setName(String newName)
setName
in interface LayoutOption
newName
- the new value of the 'Name' attribute.LayoutOption.getName()
public String getDescription()
getDescription
in interface LayoutOption
LayoutOption.setDescription(String)
,
ServiceDataPackage.getLayoutOption_Description()
public void setDescription(String newDescription)
setDescription
in interface LayoutOption
newDescription
- the new value of the 'Description' attribute.LayoutOption.getDescription()
public String getAppliesTo()
getAppliesTo
in interface LayoutOption
LayoutOption.setAppliesTo(String)
,
ServiceDataPackage.getLayoutOption_AppliesTo()
public void setAppliesTo(String newAppliesTo)
setAppliesTo
in interface LayoutOption
newAppliesTo
- the new value of the 'Applies To' attribute.LayoutOption.getAppliesTo()
public String getDefault()
getDefault
in interface LayoutOption
LayoutOption.setDefault(String)
,
ServiceDataPackage.getLayoutOption_Default()
public void setDefault(String newDefault)
setDefault
in interface LayoutOption
newDefault
- the new value of the 'Default' attribute.LayoutOption.getDefault()
public boolean isAdvanced()
isAdvanced
in interface LayoutOption
LayoutOption.setAdvanced(boolean)
,
ServiceDataPackage.getLayoutOption_Advanced()
public void setAdvanced(boolean newAdvanced)
setAdvanced
in interface LayoutOption
newAdvanced
- the new value of the 'Advanced' attribute.LayoutOption.isAdvanced()
public RemoteEnum getRemoteEnum()
getRemoteEnum
in interface LayoutOption
LayoutOption.setRemoteEnum(RemoteEnum)
,
ServiceDataPackage.getLayoutOption_RemoteEnum()
public NotificationChain basicSetRemoteEnum(RemoteEnum newRemoteEnum, NotificationChain msgs)
public void setRemoteEnum(RemoteEnum newRemoteEnum)
setRemoteEnum
in interface LayoutOption
newRemoteEnum
- the new value of the 'Remote Enum' containment reference.LayoutOption.getRemoteEnum()
public String getImplementation()
getImplementation
in interface LayoutOption
LayoutOption.setImplementation(String)
,
ServiceDataPackage.getLayoutOption_Implementation()
public void setImplementation(String newImplementation)
setImplementation
in interface LayoutOption
newImplementation
- the new value of the 'Implementation' attribute.LayoutOption.getImplementation()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |