|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomData
A representation of the model object 'Custom Data'. Custom data specific to any participant of an ODA design session, i.e. an ODA host or custom designer, as identified by its providerId. Its value is used only by its provider, but may be displayed in a string format by a non-provider component. This may be used as one of the StaticValues defined to be an input parameter's default values.
The following features are supported:
DesignPackage.getCustomData()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getDisplayValue()
Returns the value of the 'Display Value' attribute. |
java.lang.String |
getProviderId()
Returns the value of the 'Provider Id' attribute. |
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute. |
void |
setDisplayValue(java.lang.String value)
Sets the value of the ' Display Value ' attribute. |
void |
setProviderId(java.lang.String value)
Sets the value of the ' Provider Id ' attribute. |
void |
setValue(java.lang.Object value)
Sets the value of the ' Value ' 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 getProviderId()
setProviderId(String)
,
DesignPackage.getCustomData_ProviderId()
void setProviderId(java.lang.String value)
Provider Id
' attribute.
value
- the new value of the 'Provider Id' attribute.getProviderId()
java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
Custom data value that is normally used only by its provider.
setValue(Object)
,
DesignPackage.getCustomData_Value()
void setValue(java.lang.Object value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getDisplayValue()
If the meaning of the 'Display Value' attribute isn't clear, there really should be more of a description here...
The String representation of the data value, which can be displayed by a non provider.
setDisplayValue(String)
,
DesignPackage.getCustomData_DisplayValue()
void setDisplayValue(java.lang.String value)
Display Value
' attribute.
value
- the new value of the 'Display Value' attribute.getDisplayValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |