|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface MMTextValue
Represents an existing text.
| Nested Class Summary | |
|---|---|
static class |
MMTextValue.VAttr
|
| Method Summary | |
|---|---|
String |
getFlowDocumentValue()
The formatted value of the connected text. |
String |
getFlowExpandedValue()
Returns the formatted value where all fill-ins are expanded. |
String |
getName()
Returns the name of the text. |
String |
getStringValue()
The string value of the connected text. |
MMText |
getText()
Text of the value. |
MMTextAble |
getTextAble()
The element that owns this text value. |
String |
getTextExpandedValue()
Returns the text value where all fill-ins are expanded. |
String |
getTextStringValue(MMText refObj,
String pattern)
Returns the displayed text value of the current object given by argument pattern or argument refObj. |
void |
setFlowDocumentValue(String value)
Set the value of Attribut FlowDocumentValue. |
void |
setStringValue(String value)
Set the value of Attribut StringValue. |
void |
setTextStringValue(String value)
Set the value of Info TextStringValue. |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble |
|---|
delete |
| 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.ELContAsgnAble |
|---|
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Method Detail |
|---|
String getFlowDocumentValue()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getFlowExpandedValue()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getName()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getStringValue()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
MMText getText()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
MMTextAble getTextAble()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getTextExpandedValue()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getTextStringValue(MMText refObj,
String pattern)
throws InoNetException,
SrvErrorException
argument refObj.
refObj - A further instance of type MMText which is used to control the behaviour of the method. (see description above) This parameter is optional. (Its value can be given as null.)pattern - A string pattern. This parameter is optional. (Its value can be given as null.)
InoNetException
SrvErrorException
void setFlowDocumentValue(String value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
void setStringValue(String value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
void setTextStringValue(String value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||