Interface ELShortNameAble
- All Superinterfaces:
ELElement,ELNamedElement,ELObject
- All Known Subinterfaces:
BI2Cube,BI2HierarchyLevel,BI2MeasurementTime,BIHierarchyRole,BPCallAble,BPCallAbleProcessElement,BPGlobalMaskTask,BPGlobalTask,BPItemDefinition,BPProcess,CLStructureDefinition,CLStructureElement,CLStructureEntry,CLStructureGroup,ERAttribute,ERAttributeSet,EREntity,ERForeignKey,ERRelationship,ERUniqueKey,ERUsedAttribute,ERView,ERViewAttribute
This is a utility class for ELShortNameAble that provides static methods for creation or other purposes.
- See Also:
- Note:
- The interface ELShortNameAble 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 TypeMethodDescriptionShort name of thisERForeignKey.Kind of the short name of this element.voidsetShortName(String value) Set the value of Attribut ShortName.voidsetShortNameKind(K_NAME value) Set the value of Attribut ShortNameKind.setUniqueShortName(String nameStart) Change the short name of this element.Methods 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.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Method Details
-
getShortName
Short name of thisERForeignKey.- Throws:
InoNetExceptionSrvErrorException
-
setShortName
Set the value of Attribut ShortName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getShortNameKind
Kind of the short name of this element.- Throws:
InoNetExceptionSrvErrorException
-
setShortNameKind
Set the value of Attribut ShortNameKind.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
setUniqueShortName
Change the short name of this element. The specified short name is used to calculate a unique short name. If the short name of this element has not changed so far the modification flag is not set. The unique short name is returned.- Parameters:
nameStart- initial name for this element- Throws:
InoNetExceptionSrvErrorException
-