Interface MMLabel
-
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAsgnAble,ELObject,ELPackageAble,ELTypedElement,ELUUIDAble,MM2TypedElement,MMLocalizAble,MMMetaCommentAble,MMMetamodelElement
public interface MMLabel extends ELPackageAble, MMLocalizAble, MM2TypedElement, MMMetaCommentAble
Represents a label definition.- See Also:
MMLabelHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMMLabel.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MM2ClassificationgetClassification()The classification of this label.MMProfilegetOwningProfile()booleangetUseInDocumentation()True, if this label is shown in clients and documentation.voidsetClassification(MM2Classification value)Set the value of Foreign Key Classification.voidsetUseInDocumentation(boolean value)Set the value of Attribut UseInDocumentation.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
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, sortContents
-
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.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.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
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.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackage
-
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.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MM2TypedElement
createValue, getDateTimeKind, getDefaultValueAsString, getInvisibleClassification, getMM2Type, getNotToLocalizeClassification, getOrderingStereotype, getOwnedTypeEnum, getOwnedTypeRange, getOwnedValSpec, getOwnedValueCnstr, getPredefinedValuesDlgInit, getSeparatingStereotype, getSyncedProperty, getUseAllValuesAsList, hasValueList, modifyTypedElement, modifyValueConstraintDlg, predefinedValuesDlg, setDateTimeKind, setUseAllValuesAsList, setValueList
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLocalizAble
hasAnyLocalizedName, hasLocalizedName
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetaCommentAble
getDescription
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
getUseInDocumentation
boolean getUseInDocumentation() throws InoNetException, SrvErrorExceptionTrue, if this label is shown in clients and documentation.- Throws:
InoNetExceptionSrvErrorException
-
setUseInDocumentation
void setUseInDocumentation(boolean value) throws InoNetException, SrvErrorExceptionSet the value of Attribut UseInDocumentation.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getClassification
MM2Classification getClassification() throws InoNetException, SrvErrorException
The classification of this label.- Throws:
InoNetExceptionSrvErrorException
-
setClassification
void setClassification(MM2Classification value) throws InoNetException, SrvErrorException
Set the value of Foreign Key Classification.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getOwningProfile
MMProfile getOwningProfile() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
-