de.mid.innovator.srv2api.icw2elem
Interface ELValSpecString

All Superinterfaces:
ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELNamedElement, ELNamespaceAsgnAble, ELObject, ELTypedElement, ELValSpec, ELValueReUseAble

public interface ELValSpecString
extends ELValSpec


Nested Class Summary
static class ELValSpecString.VAttr
           
 
Method Summary
 MMEngineeringAction getOwningClassPathAction()
          The engineering action that owns this class path's string value.
 DGCommand getOwningClassPathCommand()
          The documentation command that owns this class path's string value.
 MMEngineeringAction getOwningEngineeringTag()
          The engineering action that owns this tag string value.
 ADRepository getOwningRepositoryInactivity()
          The repository that owns this repository inactivity string value.
 MMEngineeringAction getOwningVirtualMachineAction()
          The engineering action that owns this virtual machine's string value.
 DGCommand getOwningVirtualMachineCommand()
          The documentation command that owns this virtual machine's string value.
 String getStringValue()
          String value of this element.
 ELM2TypeString getTypingM2TypeString()
          The meta string type that types this string value.
 void setStringValue(String value)
          Set the value of Attribut StringValue.
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValSpec
getAsString, getExpression, getInteractionUse, getMessage, getOwnerAction, getOwnerNode, getOwnerValuePin, getOwningBCProperty, getOwningFilterProperty, getOwningFontStereotype, getOwningInstanceSpec, getOwningLabelAble, getOwningSlot, getOwningStereotypeAble, getOwningTypedElement, getTypedElementName, getTypedElementOfValSpec, setAsString
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getCheckSetNotToLocalizeAttribute, getClientDependency, getNotToLocalizeAttribute, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedLocalizedValue, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, resetNotToLocalizeAttribute, setNotToLocalizeAttribute, sortContents
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELTypedElement
getModifyTypedElementDeclaration, getType, getTypedElementCnstr, getTypeKind, getValSpecOfTypedElement, getValSpecOfTypedElementWithPattern, getValSpecOfTypedElementWithPattern, isBitmapAble, isColorAble, modifyTypedElementDeclaration, setType
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueReUseAble
getValueContainerAble
 

Method Detail

getOwningClassPathAction

MMEngineeringAction getOwningClassPathAction()
                                             throws InoNetException,
                                                    SrvErrorException
The engineering action that owns this class path's string value.

Throws:
InoNetException
SrvErrorException

getOwningClassPathCommand

DGCommand getOwningClassPathCommand()
                                    throws InoNetException,
                                           SrvErrorException
The documentation command that owns this class path's string value.

Throws:
InoNetException
SrvErrorException

getOwningEngineeringTag

MMEngineeringAction getOwningEngineeringTag()
                                            throws InoNetException,
                                                   SrvErrorException
The engineering action that owns this tag string value.

Throws:
InoNetException
SrvErrorException

getOwningRepositoryInactivity

ADRepository getOwningRepositoryInactivity()
                                           throws InoNetException,
                                                  SrvErrorException
The repository that owns this repository inactivity string value.

Throws:
InoNetException
SrvErrorException

getOwningVirtualMachineAction

MMEngineeringAction getOwningVirtualMachineAction()
                                                  throws InoNetException,
                                                         SrvErrorException
The engineering action that owns this virtual machine's string value.

Throws:
InoNetException
SrvErrorException

getOwningVirtualMachineCommand

DGCommand getOwningVirtualMachineCommand()
                                         throws InoNetException,
                                                SrvErrorException
The documentation command that owns this virtual machine's string value.

Throws:
InoNetException
SrvErrorException

getStringValue

String getStringValue()
                      throws InoNetException,
                             SrvErrorException
String value of this element.

Throws:
InoNetException
SrvErrorException

getTypingM2TypeString

ELM2TypeString getTypingM2TypeString()
                                     throws InoNetException,
                                            SrvErrorException
The meta string type that types this string value.

Throws:
InoNetException
SrvErrorException

setStringValue

void setStringValue(String value)
                    throws InoNetException,
                           SrvErrorException
Set the value of Attribut StringValue.

Parameters:
value - The value to be set.
Throws:
InoNetException
SrvErrorException