public class TemplateRef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
location |
protected String |
name |
protected String |
version |
| Constructor and Description |
|---|
TemplateRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String version
protected String location
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getLocation()
StringCopyright © 2017–2020 Eclipse Foundation. All rights reserved.