Package org.eclipse.tycho.versions.pom
Class Property
- java.lang.Object
-
- org.eclipse.tycho.versions.pom.Property
-
public class Property extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private de.pdark.decentxml.Element
dom
-
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 java.lang.String
getName()
static java.util.List<Property>
getProperties(de.pdark.decentxml.Element dom)
java.lang.String
getValue()
void
setValue(java.lang.String value)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setValue
public void setValue(java.lang.String value)
-
getProperties
public static java.util.List<Property> getProperties(de.pdark.decentxml.Element dom)
-
getValue
public java.lang.String getValue()
-
-