public class StringsubsDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ChangePair> |
changePair |
protected List<Component> |
component |
protected Defaults |
defaults |
protected List<Group> |
group |
protected String |
name |
protected String |
version |
| Constructor and Description |
|---|
StringsubsDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangePair> |
getChangePair()
Gets the value of the changePair property.
|
List<Component> |
getComponent()
Gets the value of the component property.
|
Defaults |
getDefaults()
Gets the value of the defaults property.
|
List<Group> |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDefaults(Defaults value)
Sets the value of the defaults property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<ChangePair> changePair
protected Defaults defaults
protected String name
protected String version
public List<Component> getComponent()
Componentpublic List<Group> getGroup()
Grouppublic List<ChangePair> getChangePair()
ChangePairpublic Defaults getDefaults()
Defaultspublic void setDefaults(Defaults value)
value - allowed object is
Defaultspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2017–2020 Eclipse Foundation. All rights reserved.