public interface Field extends org.eclipse.emf.ecore.EObject
VarlinkIdlPackage.getField()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
ElementType |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setType(ElementType value)
Sets the value of the '
Type' containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
VarlinkIdlPackage.getField_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ElementType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(ElementType),
VarlinkIdlPackage.getField_Type()void setType(ElementType value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()Copyright © 2017–2018. All rights reserved.