Package com.sodius.mdw.metamodel.xml
Interface ProcessInstr
-
- All Superinterfaces:
Comparable<Object>
,ContentElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,MiscText
,org.eclipse.emf.common.notify.Notifier
public interface ProcessInstr extends MiscText
A representation of the model object 'Process Instr'.The following features are supported:
- See Also:
XmlPackage.getProcessInstr()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInstruction()
Returns the value of the 'Instruction' attribute.String
getTarget()
Returns the value of the 'Target' attribute.void
setInstruction(String value)
Sets the value of the 'Instruction
' attribute.void
setTarget(String value)
Sets the value of the 'Target
' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.xml.ContentElement
getParent, setParent
-
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 com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute. The default value is""
.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,XmlPackage.getProcessInstr_Target()
-
setTarget
void setTarget(String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
-
getInstruction
String getInstruction()
Returns the value of the 'Instruction' attribute. The default value is""
.- Returns:
- the value of the 'Instruction' attribute.
- See Also:
setInstruction(String)
,XmlPackage.getProcessInstr_Instruction()
-
setInstruction
void setInstruction(String value)
Sets the value of the 'Instruction
' attribute.- Parameters:
value
- the new value of the 'Instruction' attribute.- See Also:
getInstruction()
-
-