Interface ELShortNameAble
-
- All Superinterfaces:
ELElement,ELNamedElement,ELObject
- All Known Subinterfaces:
BI2Cube,BI2HierarchyLevel,BI2MeasurementTime,BIHierarchyRole,BPCallAble,BPCallAbleChoreographyElement,BPCallAbleProcessElement,BPChoreography,BPGlobalChoreographyTask,BPGlobalMaskTask,BPGlobalTask,BPItemDefinition,BPProcess,CLStructureDefinition,CLStructureElement,CLStructureEntry,CLStructureGroup,ERAttribute,ERAttributeSet,EREntity,ERForeignKey,ERRelationship,ERUniqueKey,ERUsedAttribute,ERView,ERViewAttribute
public interface ELShortNameAble extends ELNamedElement
This is a utility class for ELShortNameAble that provides static methods for creation or other purposes.- 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 Modifier and Type Interface Description static classELShortNameAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetShortName()Short name of thisERForeignKey.voidsetShortName(java.lang.String value)Set the value of Attribut ShortName.-
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.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
-
-
-
Method Detail
-
getShortName
java.lang.String getShortName() throws InoNetException, SrvErrorExceptionShort name of thisERForeignKey.- Throws:
InoNetExceptionSrvErrorException
-
setShortName
void setShortName(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut ShortName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
-