public interface VGroup
extends org.eclipse.emf.ecore.EObject
VGroupedGridPackage.getGroup()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<VRow> |
getRows()
Returns the value of the 'Rows' containment reference list.
|
void |
setName(String value)
Sets the value of the '
Name '
attribute. |
org.eclipse.emf.common.util.EList<VRow> getRows()
VRow
.
If the meaning of the 'Rows' containment reference list isn't clear, there really should be more of a description here...
VGroupedGridPackage.getGroup_Rows()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
VGroupedGridPackage.getGroup_Name()
Copyright © 2019. All rights reserved.