public interface UDInformation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExmaraldaBasicPackage.getUDInformation()| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Returns the value of the 'Attribute Name' attribute
|
String |
getValue()
Returns the value of the 'Value' attribute
|
void |
setAttributeName(String value)
Sets the value of the '
Attribute Name' attribute |
void |
setValue(String value)
Sets the value of the '
Value' attribute |
String getAttributeName()
If the meaning of the 'Attribute Name' attribute isn't clear, there really should be more of a description here...
setAttributeName(String),
ExmaraldaBasicPackage.getUDInformation_AttributeName()void setAttributeName(String value)
Attribute Name' attribute.
value - the new value of the 'Attribute Name' attribute.getAttributeName()String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
ExmaraldaBasicPackage.getUDInformation_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Copyright © 2020. All rights reserved.