|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataElementUIHints
UI hints for a data element.
The following features are supported:
DesignPackage.getDataElementUIHints()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
java.lang.String |
getDescriptionKey()
Returns the resource key of the 'Description' attribute. |
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute. |
java.lang.String |
getDisplayNameKey()
Returns the resource key of the 'Display Name' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
void |
setDescriptionKey(java.lang.String value)
Sets the resource key of the ' Description ' attribute. |
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute. |
void |
setDisplayNameKey(java.lang.String value)
Sets the resource key of the ' Display Name ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getDisplayName()
setDisplayName(String)
,
DesignPackage.getDataElementUIHints_DisplayName()
,
getDisplayNameKey()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
,
setDisplayNameKey(String)
java.lang.String getDisplayNameKey()
setDisplayNameKey(String)
,
getDisplayName()
,
DataSourceDesign.getResourceFile()
void setDisplayNameKey(java.lang.String value)
Display Name
' attribute.
value
- the new resource key of the 'Display Name' attribute;
may be null to resetgetDisplayNameKey()
,
setDisplayName(String)
,
DataSourceDesign.getResourceFile()
java.lang.String getDescription()
setDescription(String)
,
DesignPackage.getDataElementUIHints_Description()
,
getDescriptionKey()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
,
setDescriptionKey(String)
java.lang.String getDescriptionKey()
setDescriptionKey(String)
,
getDescription()
,
DataSourceDesign.getResourceFile()
void setDescriptionKey(java.lang.String value)
Description
' attribute.
value
- the new resource key of the 'Description' attribute;
may be null to resetgetDescriptionKey()
,
setDescription(String)
,
DataSourceDesign.getResourceFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |