Interface ELProxy
- All Superinterfaces:
ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAble,ELNamespaceAsgnAble,ELObject,ELUUIDAble
- All Known Subinterfaces:
MEProxy,MEProxyExternal,MEProxyInnovator
This is a utility class for ELProxy that provides static methods for creation or other purposes.
- Note:
- The interface ELProxy describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the proxy's bitmap name.Returns the proxy's display name.intReturns the proxy's referenced element ID.Returns the proxy's referenced element ID name.intReturns the proxy's referenced element kind.intReturns the proxy's referenced element type.Contains a UUID option.getHREF()Returns the proxy referenced element's reference.voidsetElemBitmapName(String value) Set the value of Attribut ElemBitmapName.voidsetElemDisplayName(String value) Set the value of Attribut ElemDisplayName.voidsetElemId(int value) Set the value of Attribut ElemId.voidsetElemIdReference(String value) Set the value of Attribut ElemIdReference.voidsetElemKind(int value) Set the value of Attribut ElemKind.voidsetElemType(int value) Set the value of Attribut ElemType.voidsetElemUUID(String value) Set the value of Attribut ElemUUID.voidSet the value of Attribut HREF.Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImportMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getElemDisplayName
Returns the proxy's display name. This is normally the name of the referenced element.- Throws:
InoNetExceptionSrvErrorException
-
setElemDisplayName
Set the value of Attribut ElemDisplayName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getElemType
Returns the proxy's referenced element type. This value is equal to the referenced element's VOCL value. See also K_VOCL.- Throws:
InoNetExceptionSrvErrorException
-
setElemType
Set the value of Attribut ElemType.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getElemKind
Returns the proxy's referenced element kind.- Throws:
InoNetExceptionSrvErrorException
-
setElemKind
Set the value of Attribut ElemKind.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getElemId
Returns the proxy's referenced element ID.- Throws:
InoNetExceptionSrvErrorException
-
setElemId
Set the value of Attribut ElemId.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getElemIdReference
Returns the proxy's referenced element ID name.- Throws:
InoNetExceptionSrvErrorException
-
setElemIdReference
Set the value of Attribut ElemIdReference.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getElemUUID
Contains a UUID option.- Throws:
InoNetExceptionSrvErrorException
-
setElemUUID
Set the value of Attribut ElemUUID.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getElemBitmapName
Returns the proxy's bitmap name. This is normally the bitmap name of the referenced element.- Throws:
InoNetExceptionSrvErrorException
-
setElemBitmapName
Set the value of Attribut ElemBitmapName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getHREF
Returns the proxy referenced element's reference. Free for use.- Throws:
InoNetExceptionSrvErrorException
-
setHREF
Set the value of Attribut HREF.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-