ModelElement directly. Will be removed in Faktor-IPS 3.20+@Deprecated public interface IModelElement
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(Locale locale)
Deprecated.
Returns the description for this model element in the specified locale.
|
Set<String> |
getExtensionPropertyIds()
Deprecated.
|
Object |
getExtensionPropertyValue(String propertyId)
Deprecated.
Returns the value for the given extension property identified by the specified id.
|
String |
getLabel(Locale locale)
Deprecated.
Returns the label for this model element in the specified locale.
|
String |
getName()
Deprecated.
|
Object getExtensionPropertyValue(String propertyId)
Note: At the moment only String is supported as extension property value. This
methods returns Object for future changes.
propertyId or
null if the extension property's isNull attribute is
trueIllegalArgumentException - if no such property existsSet<String> getExtensionPropertyIds()
String getName()
String getLabel(Locale locale)
String getDescription(Locale locale)
Copyright © 2023. All rights reserved.