Package org.eclipse.tycho.versions.pom
Class Property
- java.lang.Object
-
- org.eclipse.tycho.versions.pom.Property
-
public class Property extends Object
-
-
Constructor Summary
Constructors Constructor Description Property(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
static List<Property>
getProperties(de.pdark.decentxml.Element dom)
String
getValue()
void
setValue(String value)
-