public class FeatureRef extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FeatureRef.InstallMode |
Modifier and Type | Field and Description |
---|---|
protected de.pdark.decentxml.Element |
dom |
Constructor and Description |
---|
FeatureRef(de.pdark.decentxml.Element dom) |
FeatureRef(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getArch() |
de.pdark.decentxml.Element |
getDom() |
String |
getId() |
FeatureRef.InstallMode |
getInstallMode() |
String |
getOS() |
String |
getVersion() |
String |
getWS() |
void |
setArch(String value) |
void |
setId(String id) |
void |
setOS(String value) |
void |
setVersion(String version) |
void |
setWS(String value) |
String |
toString() |
public FeatureRef(de.pdark.decentxml.Element dom)
public FeatureRef(String name)
public String getId()
public void setId(String id)
public String getVersion()
public void setVersion(String version)
public String getOS()
public void setOS(String value)
public String getArch()
public void setArch(String value)
public String getWS()
public void setWS(String value)
public FeatureRef.InstallMode getInstallMode() throws ModelFileSyntaxException
ModelFileSyntaxException
public de.pdark.decentxml.Element getDom()
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.