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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(String comment,
String key,
boolean keyIsIdentifier,
String value)
getComment
public String getComment()
getKey
public String getKey()
getKeyIsIdentifier
public boolean getKeyIsIdentifier()
getValue
public String getValue()
Copyright © 2002–2014 CoreMedia AG. All rights reserved.