public class DataStructureDependencyModel extends Object
| Constructor and Description |
|---|
DataStructureDependencyModel(String name,
String type)
The constructor from fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter for the name.
|
String |
getType()
Getter for the type.
|
void |
setName(String name)
Setter for the name.
|
void |
setType(String type)
Setter for the type.
|
public String getName()
public void setName(String name)
name - the namepublic String getType()
public void setType(String type)
type - the typeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.