Package net.jangaroo.properties.model
Class Property
- java.lang.Object
-
- net.jangaroo.properties.model.Property
-
public class Property extends Object
A POJO to store key, value, and comment of a single property read from a properties file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetKey()booleangetKeyIsIdentifier()StringgetValue()booleanisValueIsReference()
-