|
||||||||||
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
org.sintef.mofscript.MOFScriptModel.impl.MOFScriptObjectImpl
org.sintef.mofscript.MOFScriptModel.impl.MOFScriptCommentImpl
public class MOFScriptCommentImpl
An implementation of the model object 'MOF Script Comment'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
protected static java.lang.String |
COMMENT_TEXT_EDEFAULT
The default value of the ' Comment Text ' attribute |
protected java.lang.String |
commentText
The cached value of the ' Comment Text ' attribute |
protected static boolean |
DOC_STYLE_EDEFAULT
The default value of the ' Doc Style ' attribute |
protected boolean |
docStyle
The cached value of the ' Doc Style ' attribute |
protected static boolean |
SINGLE_LINE_EDEFAULT
The default value of the ' Single Line ' attribute |
protected boolean |
singleLine
The cached value of the ' Single Line ' attribute |
Fields inherited from class org.sintef.mofscript.MOFScriptModel.impl.MOFScriptObjectImpl |
---|
column, COLUMN_EDEFAULT, comment, line, LINE_EDEFAULT |
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 interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
MOFScriptCommentImpl()
|
Method Summary | |
---|---|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
java.lang.String |
getCommentText()
|
boolean |
isDocStyle()
|
boolean |
isSingleLine()
|
void |
setCommentText(java.lang.String newCommentText)
|
void |
setDocStyle(boolean newDocStyle)
|
void |
setSingleLine(boolean newSingleLine)
|
java.lang.String |
toString()
|
Methods inherited from class org.sintef.mofscript.MOFScriptModel.impl.MOFScriptObjectImpl |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
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 java.lang.String COMMENT_TEXT_EDEFAULT
Comment Text
' attribute.
getCommentText()
,
Constant Field Valuesprotected java.lang.String commentText
Comment Text
' attribute.
getCommentText()
protected static final boolean SINGLE_LINE_EDEFAULT
Single Line
' attribute.
isSingleLine()
,
Constant Field Valuesprotected boolean singleLine
Single Line
' attribute.
isSingleLine()
protected static final boolean DOC_STYLE_EDEFAULT
Doc Style
' attribute.
isDocStyle()
,
Constant Field Valuesprotected boolean docStyle
Doc Style
' attribute.
isDocStyle()
Constructor Detail |
---|
protected MOFScriptCommentImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class MOFScriptObjectImpl
public java.lang.String getCommentText()
getCommentText
in interface MOFScriptComment
MOFScriptComment.setCommentText(String)
,
MOFScriptModelPackage.getMOFScriptComment_CommentText()
public void setCommentText(java.lang.String newCommentText)
setCommentText
in interface MOFScriptComment
newCommentText
- the new value of the 'Comment Text' attribute.MOFScriptComment.getCommentText()
public boolean isSingleLine()
isSingleLine
in interface MOFScriptComment
MOFScriptComment.setSingleLine(boolean)
,
MOFScriptModelPackage.getMOFScriptComment_SingleLine()
public void setSingleLine(boolean newSingleLine)
setSingleLine
in interface MOFScriptComment
newSingleLine
- the new value of the 'Single Line' attribute.MOFScriptComment.isSingleLine()
public boolean isDocStyle()
isDocStyle
in interface MOFScriptComment
MOFScriptComment.setDocStyle(boolean)
,
MOFScriptModelPackage.getMOFScriptComment_DocStyle()
public void setDocStyle(boolean newDocStyle)
setDocStyle
in interface MOFScriptComment
newDocStyle
- the new value of the 'Doc Style' attribute.MOFScriptComment.isDocStyle()
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
eGet
in interface org.eclipse.emf.ecore.EObject
eGet
in class MOFScriptObjectImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.EObject
eSet
in class MOFScriptObjectImpl
public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset
in interface org.eclipse.emf.ecore.EObject
eUnset
in class MOFScriptObjectImpl
public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet
in interface org.eclipse.emf.ecore.EObject
eIsSet
in class MOFScriptObjectImpl
public java.lang.String toString()
toString
in class MOFScriptObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |