TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.action
Interface Action

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ActionImpl

public interface Action
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Action'.

The following features are supported:

See Also:
ActionPackage.getAction()
Generated
[EMF] Model
extendedMetaData="name='Action' kind='empty'"

Method Summary
 java.lang.String getDirective()
          Returns the value of the 'Directive' attribute
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 void setDirective(java.lang.String value)
          Sets the value of the 'Directive' attribute
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 
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
 

Method Detail

getDirective

public java.lang.String getDirective()
Returns the value of the 'Directive' attribute.

If the meaning of the 'Directive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Directive' attribute.
See Also:
setDirective(String), ActionPackage.getAction_Directive()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='directive'"

setDirective

public void setDirective(java.lang.String value)
Sets the value of the 'Directive' attribute.

Parameters:
value - the new value of the 'Directive' attribute.
See Also:
getDirective()
Generated

getLanguage

public java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), ActionPackage.getAction_Language()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='language'"

setLanguage

public void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()
Generated

getType

public java.lang.String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), ActionPackage.getAction_Type()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='type'"

setType

public void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated

TPTP 4.4.0 Platform Project
Public API Specification