public interface ScPointNetData
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ScPointPackage.getScPointNetData()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ScPointType> |
getScPointList()
Returns the value of the 'Sc Point List' attribute list.
|
int |
getScPoints()
Returns the value of the 'Sc Points' attribute.
|
void |
setScPoints(int value)
Sets the value of the '
Sc Points' attribute. |
int getScPoints()
If the meaning of the 'Sc Points' attribute isn't clear, there really should be more of a description here...
setScPoints(int),
ScPointPackage.getScPointNetData_ScPoints()void setScPoints(int value)
Sc Points' attribute.
value - the new value of the 'Sc Points' attribute.getScPoints()org.eclipse.emf.common.util.EList<ScPointType> getScPointList()
ScPointType.
If the meaning of the 'Sc Point List' attribute list isn't clear, there really should be more of a description here...
ScPointPackage.getScPointNetData_ScPointList()